Skip to content

Commit

Permalink
removing a debug call in ExtractIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
mylux committed Oct 18, 2015
1 parent bdf5d76 commit ebb2e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/Iterator/ExtractIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function __construct($items, $path)
*/
public function current()
{
$extractor = $this->_extractor;debug($extractor);
$extractor = $this->_extractor;
return $extractor(parent::current());
}
}

0 comments on commit ebb2e8c

Please sign in to comment.