mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:57:07 +00:00
Remove debug statement
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user