瀏覽代碼

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');
     }
 
     /**