From c03d2edffc5b8a7bc9b2558c55cea5e7a0b1157c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Tue, 8 Feb 2022 12:10:41 +0100
Subject: [PATCH] fix

---
 app/models/user/with_person.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/models/user/with_person.rb b/app/models/user/with_person.rb
index 52e74cda9..5ab95727d 100644
--- a/app/models/user/with_person.rb
+++ b/app/models/user/with_person.rb
@@ -17,6 +17,5 @@ module User::WithPerson
     end
     person.user = self
     person.save
-    byebug
   end
 end
-- 
GitLab