Skip to content
Snippets Groups Projects
Commit c98b56d2 authored by Bart Visscher's avatar Bart Visscher
Browse files

CSSMin: Remove debug code

parent 61b044e0
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,6 @@ class CSSMin {
$type = self::getMimeType( $file );
// Detect when URLs were preceeded with embed tags, and also verify file size is
// below the limit
var_dump($match['embed'], $file, filesize($file));
if (
$type
&& $match['embed'][1] > 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment