1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-29 14:43:38 +00:00

Removed debug line

This commit is contained in:
Bryan Roe
2021-04-22 15:02:01 -07:00
parent 569ce4a1e7
commit 186afacff4
2 changed files with 1 additions and 6 deletions

View File

@@ -95,11 +95,6 @@ function parseLine(entry)
var log = { t: Math.floor(d / 1000), m: msg };
if (hash != null) { log.h = hash; }
if (log.t == 1610996025)
{
log.raw = entry;
}
// Check for File/Line in generic log entry
test = msg.match(/^.+:[0-9]+ \([0-9]+,[0-9]+\)/);
if (test != null)