Skip to content

Commit cc22848

Browse files
committed
fix: mute debug
1 parent 4147228 commit cc22848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/src/app/watchDevice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class WatchDevice extends EventEmitter {
339339
line.forEach((e) => {
340340
let ln: string = e.replace(/\r|>|\n/g, ""); // remove weird carriage returns
341341
ln = ln.replace(/^\x1b?\[J/, ""); // and characters
342-
console.log(ln);
342+
// console.log(ln); // debug -- clean line of data
343343
if (ln.length != 0) {
344344
if (ln.includes("[INFO] Sending file")) {
345345
this.progressMsg = ln; // display progress

0 commit comments

Comments
 (0)