remove debugPrint

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8778 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-08-16 11:09:45 +00:00
parent 78df3e58d2
commit af248e1572

View file

@ -72,7 +72,6 @@
$map[$key] = $file;
$mapIndex[$key] = $file->index;
}
debugPrint($file);
}
function unloadFile($fileName, $targetIe = '', $media = 'all')
@ -221,4 +220,4 @@
return $path;
}
}
}