diff --git a/lib/inliner.php b/lib/inliner.php index 56e370e..700f64d 100644 --- a/lib/inliner.php +++ b/lib/inliner.php @@ -10,7 +10,6 @@ function inlineLocalStylesFromHref($inputString) { $href = $match[1]; $cssFilePath = $_SERVER['DOCUMENT_ROOT'] . '/' . $href; - echo "from $cssFilePath"; // Get the content of the local CSS file $cssContent = file_get_contents($cssFilePath);