We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250984e commit ec2bfb4Copy full SHA for ec2bfb4
src/plugins/uploader/esptool/webserial.js
@@ -142,7 +142,7 @@ export default class Transport {
142
} while (packet.length < min_data);
143
144
if (done) {
145
- console.log('timed out', packet);
+ // console.log('timed out', packet);
146
// eslint-disable-next-line no-throw-literal
147
throw ('timeout');
148
} else {
0 commit comments