diff --git a/lib/www/server/ws/db.js b/lib/www/server/ws/db.js index 21162aa..a26559b 100644 --- a/lib/www/server/ws/db.js +++ b/lib/www/server/ws/db.js @@ -5,7 +5,6 @@ var client; const channels = {}; async function notify (data) { - console.log("NOTIFY", data); if (data.channel in channels) { data._received = new Date(); for (const listener of channels[data.channel]) {