1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

removes debug code: console.log()

This commit is contained in:
Falk Werner 2019-03-31 21:33:30 +02:00
parent 9c5e56368f
commit 9cd355812a

View File

@ -32,9 +32,6 @@ export class Client {
}; };
this._ws.send(JSON.stringify(request)); this._ws.send(JSON.stringify(request));
console.log(request);
// ToDo: make response usable
} }
disconnect() { disconnect() {
@ -71,7 +68,6 @@ export class Client {
} }
} }
catch (ex) { catch (ex) {
console.log(message.data);
// swallow // swallow
} }
} }