Replies + Other changes
This commit is contained in:
@ -128,7 +128,6 @@ export default class Connection {
|
||||
return;
|
||||
}
|
||||
let json = JSON.stringify(obj);
|
||||
console.debug(`[${this.Address}] >> ${json}`);
|
||||
this.Socket.send(json);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user