Remove useless logs

This commit is contained in:
Thomas Forgione 2020-10-16 16:11:49 +02:00
parent 7246ac6911
commit 463493c999
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ client.connect();
// Called every time a message comes in
function onMessageHandler (target, context, message, self) {
console.log({
target, context, message
});
io.emit("message", {
target,
context,