Quellcode durchsuchen

remove the 'dd' used for tests

Olivier Massot vor 1 Jahr
Ursprung
Commit
b51a88b82d
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/Service/Organization/OrganizationFactory.php

+ 0 - 1
src/Service/Organization/OrganizationFactory.php

@@ -699,7 +699,6 @@ class OrganizationFactory
         ) {
             throw new \RuntimeException("This operation is restricted to localhost");
         }
-        dd('allowed');
     }
 
     /**