mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-14 15:36:56 +03:00
remove debug code
This commit is contained in:
@@ -40,11 +40,9 @@ fetch('/fileserver/log/message/log_'+date+'.txt')
|
||||
var value = line.split(" ")[6];
|
||||
var time = line.split(" ")[0];
|
||||
console.log("> "+time+" "+value+"\n");
|
||||
if (value<1000) {
|
||||
trace.x.push(timex);
|
||||
timex += 1;
|
||||
trace.y.push(value);
|
||||
}
|
||||
trace.x.push(timex);
|
||||
timex += 1;
|
||||
trace.y.push(value);
|
||||
}
|
||||
}
|
||||
console.log(trace);
|
||||
|
||||
Reference in New Issue
Block a user