|
@@ -294,10 +294,10 @@ export class RoomController extends BasicController {
|
|
|
|
|
|
if (this.debugger) {
|
|
|
this.socket.onAny((event, data) => {
|
|
|
- if (event !== "webSyncAction") {
|
|
|
- // console.log(`onAny:get ${event}, data:${JSON.stringify(data)}`);
|
|
|
- this.logger.info(`onAny:get ${event}, data:${JSON.stringify(data)}`);
|
|
|
- }
|
|
|
+ // if (event !== "webSyncAction") {
|
|
|
+ // console.log(`onAny:get ${event}, data:${JSON.stringify(data)}`);
|
|
|
+ this.logger.info(`onAny:get ${event}, data:${JSON.stringify(data)}`);
|
|
|
+ // }
|
|
|
});
|
|
|
}
|
|
|
}
|