File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -246,20 +246,6 @@ var WebSerialDaemon = /*#__PURE__*/function (_Daemon) {
246
246
var _this5 = this ;
247
247
248
248
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 ********' ) ;
263
249
return ;
264
250
}
265
251
@@ -296,16 +282,6 @@ var WebSerialDaemon = /*#__PURE__*/function (_Daemon) {
296
282
var _this6 = this ;
297
283
298
284
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 ********' ) ;
309
285
return ;
310
286
}
311
287
You can’t perform that action at this time.
0 commit comments