diff --git a/lib/inliner.php b/lib/inliner.php index 2a037b6..8d5355a 100644 --- a/lib/inliner.php +++ b/lib/inliner.php @@ -9,7 +9,6 @@ function inlineLocalStylesFromHref($inputString) { $href = isset($match[1]) ? $match[1] : $match[2]; $fname = $_SERVER['DOCUMENT_ROOT'] . '/' . $href; - echo "from $fname"; // Get the content of the local CSS file $cssContent = file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/' . $href);