8000 Removing commented code · arduino/micropython.js@f250099 · GitHub
[go: up one dir, main page]

Skip to content

Commit f250099

Browse files
committed
Removing commented code
1 parent 00897ee commit f250099

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

micropython.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ class MicroPythonBoard {
8383
buff += o.toString()
8484
if (data_consumer) {
8585
data_consumer(o.toString())
86-
} else {
87-
// console.log('data', o.toString())
8886
}
8987
}
9088
if (buff.indexOf(ending) !== -1) {

0 commit comments

Comments
 (0)
0