Authored by xuqi

remove ws log

@@ -8,8 +8,8 @@ class Ws { @@ -8,8 +8,8 @@ class Ws {
8 8
9 init(io) { 9 init(io) {
10 this.io = io; 10 this.io = io;
11 - this.io.on('connection', this.onConn);  
12 - this.io.of('/building/log', this.onBuildingLogConn); 11 + // this.io.on('connection', this.onConn);
  12 + // this.io.of('/building/log', this.onBuildingLogConn);
13 } 13 }
14 14
15 broadcast(path, msg) { 15 broadcast(path, msg) {