mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
remove logging
This commit is contained in:
parent
b30092e890
commit
e02dd35dbf
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ class JSONRPCWebSocket extends JSONRPC {
|
||||||
|
|
||||||
_onSocketMessage (e) {
|
_onSocketMessage (e) {
|
||||||
const json = JSON.parse(e.data);
|
const json = JSON.parse(e.data);
|
||||||
if (json.method !== 'characteristicDidChange') {
|
|
||||||
// log.info(`received message: ${json}`);
|
|
||||||
}
|
|
||||||
this._handleMessage(json);
|
this._handleMessage(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue