Skip to content

Commit

Permalink
- old junk debug from BaseHandler::parsePath
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jul 19, 2015
1 parent 46c110b commit 8ea5658
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/handlers/BaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ public function renderPath($path, $data)

public function parsePath($path)
{
if ($path === Yii::getAlias('@source/composer.json')) {
d('adshsdf');
}

return $this->parse($this->read($path));
}

Expand Down

0 comments on commit 8ea5658

Please sign in to comment.