mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +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) => {
|
||||
console.log("DB realtime", data);
|
||||
console.log(wsServer.clients.length, "clients");
|
||||
wsServer.clients.forEach( (socket) => {
|
||||
socket.send(JSON.stringify(data));
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user