CSSMin: Remove debug code

This commit is contained in:
Bart Visscher 2012-06-13 21:16:23 +02:00
parent 61b044e00e
commit c98b56d2da
1 changed files with 0 additions and 1 deletions

View File

@ -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