Skip to content

Commit ff4b187

Browse files
committed
Rebuilt web serial deamon
1 parent dd11581 commit ff4b187

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

es/web-serial-daemon.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,6 @@ var WebSerialDaemon = /*#__PURE__*/function (_Daemon) {
246246
var _this5 = this;
247247

248248
if (this.serialMonitorOpened.getValue()) {
249-
console.dir('******** BEGIN: web-serial-daemon:187 ********');
250-
console.dir('not found', {
251-
depth: null,
252-
colors: true
253-
});
254-
console.dir(port, {
255-
depth: null,
256-
colors: true
257-
});
258-
console.dir(baudrate, {
259-
depth: null,
260-
colors: true
261-
});
262-
console.dir('******** END: web-serial-daemon:187 ********');
263249
return;
264250
}
265251

@@ -296,16 +282,6 @@ var WebSerialDaemon = /*#__PURE__*/function (_Daemon) {
296282
var _this6 = this;
297283

298284
if (!this.serialMonitorOpened.getValue()) {
299-
console.dir('******** BEGIN: web-serial-daemon:218 ********');
300-
console.dir('not found', {
301-
depth: null,
302-
colors: true
303-
});
304-
console.dir(port, {
305-
depth: null,
306-
colors: true
307-
});
308-
console.dir('******** END: web-serial-daemon:218 ********');
309285
return;
310286
}
311287

0 commit comments

Comments
 (0)