From 4156d9f6aedee1122840a215414f1261226b4dad Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Thu, 3 Nov 2016 16:49:19 +0100
Subject: [PATCH] hotline #49992 : remove xdebug_break

---
 library/Class/Users.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/library/Class/Users.php b/library/Class/Users.php
index a2583795881..fc60beeb732 100644
--- a/library/Class/Users.php
+++ b/library/Class/Users.php
@@ -1006,7 +1006,6 @@ class Class_Users extends Storm_Model_Abstract {
 
 
   protected function _isUnique() {
-    xdebug_break();
     if (!$this->getIdSigb())
       return (!$this->ifLoginExist($this->getLogin()));
     return 0 == $this->getLoader()->countBy(['id_sigb' => $this->getIdSigb(),
-- 
GitLab