mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
Remove logging statement
This commit is contained in:
@@ -97,7 +97,7 @@ for (const header of (cfg._("global.navigation.headers") || []).filter(h => h.ty
|
||||
});
|
||||
|
||||
server.on('message', (msg, rinfo) => {
|
||||
console.log(`${header.type} :${header.port} ← ${msg.length} bytes from ${rinfo.address}:${rinfo.port}`);
|
||||
// console.log(`${header.type} :${header.port} ← ${msg.length} bytes from ${rinfo.address}:${rinfo.port}`);
|
||||
|
||||
const navData = parseMessages(msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user