remove debug

This commit is contained in:
j 2014-01-11 04:57:02 +00:00
parent 0588ebe211
commit 6a133723be

View file

@ -97,7 +97,6 @@ Ox.getAsync = function(urls, get, callback) {
if (!cache[url]) {
if (!type) {
type = Ox.parseURL(url).pathname.split('.').pop();
console.log(type, url);
type = type == 'css' ? 'stylesheet'
: type == 'js' ? 'script' : 'image';
}