Skip to content

Commit

Permalink
Remove var_dump...
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Nov 25, 2014
1 parent fa10ff1 commit d7f3ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peridot.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
$sourcePath = __DIR__ . "/" . $classPath . ".php";

if (!is_file($sourcePath)) {
var_dump($sourcePath);
return false;
}
require_once $sourcePath;
Expand Down

0 comments on commit d7f3ffc

Please sign in to comment.