diff --git a/src/MediaEmbed/MediaEmbed.php b/src/MediaEmbed/MediaEmbed.php index 6e72e65..23eae41 100644 --- a/src/MediaEmbed/MediaEmbed.php +++ b/src/MediaEmbed/MediaEmbed.php @@ -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;