Skip to content

Commit

Permalink
Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jul 14, 2015
1 parent b0beac6 commit e6191f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function getResult() {

public function processDirectory(\Iterator $sources) {
$worker = $this->trustingMode ? $sources : new PHPFilterIterator($sources);
var_dump(get_class($worker));
foreach($worker as $file) {
$this->processFile($file);
}
Expand Down

0 comments on commit e6191f0

Please sign in to comment.