diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index a42b837882..69a08526e1 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -288,9 +288,6 @@ class OEmbed $ret .= ''; - // FIXME: Why is $test unused? - $test = Proxy::proxifyHtml($ret, $uriid); - return str_replace("\n", "", $ret); }