We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4147228 commit cc22848Copy full SHA for cc22848
src/dashboard/src/app/watchDevice.ts
@@ -339,7 +339,7 @@ class WatchDevice extends EventEmitter {
339
line.forEach((e) => {
340
let ln: string = e.replace(/\r|>|\n/g, ""); // remove weird carriage returns
341
ln = ln.replace(/^\x1b?\[J/, ""); // and characters
342
- console.log(ln);
+ // console.log(ln); // debug -- clean line of data
343
if (ln.length != 0) {
344
if (ln.includes("[INFO] Sending file")) {
345
this.progressMsg = ln; // display progress
0 commit comments