Sfoglia il codice sorgente

remove the 'dd' used for tests

Olivier Massot 1 anno fa
parent
commit
b51a88b82d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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');
     }
 
     /**