Remove logging statement

This commit is contained in:
D. Berge
2020-09-13 17:30:25 +02:00
parent d45e17fce3
commit 53077f0baf

View File

@@ -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);