mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-29 14:43:38 +00:00
Removed debug line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user