Skip to content

Commit 0f4fe7f

Browse files
committed
Remove redundant log in network.js
1 parent f93582a commit 0f4fe7f

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)