1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Remove redundant log in network.js

This commit is contained in:
Mack Duan 2013-04-24 10:38:55 -07:00
parent f93582a26d
commit 0f4fe7f762

View file

@ -33,10 +33,6 @@
// // TODO(mack): dump() doesn't seem to work here...
// dump(msg + '\n');
//}
//#else
function log(aMsg) {
console.log(aMsg);
}
//#endif
var NetworkManager = (function NetworkManagerClosure() {