diff --git a/src/config/ProjectConfig.php b/src/config/ProjectConfig.php index a0d328cf..fb3d4246 100644 --- a/src/config/ProjectConfig.php +++ b/src/config/ProjectConfig.php @@ -100,11 +100,6 @@ public function getSourceDirectory() { * @return bool */ public function isPublicOnlyMode() { - var_dump( - $this->ctx->saveXML(), - $this->ctx->getAttribute('publiconly', 'false'), - $this->ctx->getAttribute('publiconly', 'false') === 'true' - ); return $this->ctx->getAttribute('publiconly', 'false') === 'true'; }