Skip to content

Commit

Permalink
remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytubbs committed Feb 5, 2016
1 parent db1dbd4 commit e3c43da
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 @@ -77,7 +77,6 @@ public function getTileFormat()

if (isset($this->config['format'])) {
$tileFormat = $this->config['format'];
var_dump($tileFormat);
}

return $tileFormat;
Expand Down

0 comments on commit e3c43da

Please sign in to comment.