CSSMin: Remove debug code
This commit is contained in:
parent
61b044e00e
commit
c98b56d2da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue