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:
parent
9c5e56368f
commit
9cd355812a
@ -32,9 +32,6 @@ export class Client {
|
||||
};
|
||||
|
||||
this._ws.send(JSON.stringify(request));
|
||||
console.log(request);
|
||||
|
||||
// ToDo: make response usable
|
||||
}
|
||||
|
||||
disconnect() {
|
||||
@ -71,7 +68,6 @@ export class Client {
|
||||
}
|
||||
}
|
||||
catch (ex) {
|
||||
console.log(message.data);
|
||||
// swallow
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user