Skip to content

Commit

Permalink
remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jan 9, 2018
1 parent 1b8ddca commit d4bdbcd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/config/ProjectConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down

0 comments on commit d4bdbcd

Please sign in to comment.