Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncle Cheese committed Jan 11, 2017
1 parent 199484c commit 8093aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Scaffolding/Scaffolders/OperationScaffolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public function setResolver($resolver)
if (is_subclass_of($resolver, ResolverInterface::class)) {
$this->resolver = Injector::inst()->create($resolver);
} else {
var_dump($resolver);
throw new InvalidArgumentException(sprintf(
'%s::setResolver() accepts closures, instances of %s or names of resolver subclasses.',
__CLASS__,
Expand Down

0 comments on commit 8093aca

Please sign in to comment.