ソースを参照

remove the 'dd' used for tests

Olivier Massot 1 年間 前
コミット
b51a88b82d
1 ファイル変更0 行追加1 行削除
  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');
     }
 
     /**