Skip to content

Commit

Permalink
remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytubbs committed Nov 24, 2015
1 parent 42655a1 commit db1dbd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DeepzoomFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class DeepzoomFactory
public function __construct(array $config = [])
{
$this->config = $config;
var_dump($config);
}

/**
Expand Down

0 comments on commit db1dbd4

Please sign in to comment.