Skip to content

Commit ec2bfb4

Browse files
committed
remove log
1 parent 250984e commit ec2bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/uploader/esptool/webserial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default class Transport {
142142
} while (packet.length < min_data);
143143

144144
if (done) {
145-
console.log('timed out', packet);
145+
// console.log('timed out', packet);
146146
// eslint-disable-next-line no-throw-literal
147147
throw ('timeout');
148148
} else {

0 commit comments

Comments
 (0)