Remove debug statement

This commit is contained in:
D. Berge
2020-09-03 17:07:18 +02:00
parent a167d4954c
commit 5c8f8023d6

View File

@@ -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]) {