Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Jun 23, 2015
1 parent 6c40673 commit dd44562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaEmbed/MediaEmbed.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function parseId($id, $host, $config = []) {
}

// all other hosts
if (!($host = $this->getHost($host))) {var_dump($host);
if (!($host = $this->getHost($host))) {
return;
}
$stub = $host;
Expand Down

0 comments on commit dd44562

Please sign in to comment.