Skip to content

Commit 341d37e

Browse files
committed
Merge pull request mozilla#3151 from mduan/issue3149
Remove redundant log in network.js
2 parents 2a7f6d6 + 0f4fe7f commit 341d37e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/network.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
// // TODO(mack): dump() doesn't seem to work here...
3434
// dump(msg + '\n');
3535
//}
36-
//#else
37-
function log(aMsg) {
38-
console.log(aMsg);
39-
}
4036
//#endif
4137

4238
var NetworkManager = (function NetworkManagerClosure() {

0 commit comments

Comments
 (0)