1
0
Fork 0
forked from 0x2620/oxjs

remove print statement

This commit is contained in:
rolux 2012-04-07 16:47:02 +02:00
commit e53fe8b09a
2 changed files with 1 additions and 2 deletions

View file

@ -310,7 +310,6 @@ Ox.doc = (function() {
callback(parseSource(source, file));
});
}
Ox.print('>>>>>>>', arguments, ret)
return ret;
}
}());