mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
Remove debug statements
This commit is contained in:
@@ -22,8 +22,6 @@ function start (server, pingInterval=30000) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
db.listen(["realtime", "event", "project"], (data) => {
|
db.listen(["realtime", "event", "project"], (data) => {
|
||||||
console.log("DB realtime", data);
|
|
||||||
console.log(wsServer.clients.length, "clients");
|
|
||||||
wsServer.clients.forEach( (socket) => {
|
wsServer.clients.forEach( (socket) => {
|
||||||
socket.send(JSON.stringify(data));
|
socket.send(JSON.stringify(data));
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user