File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 93
93
< div id ="editor "> </ div >
94
94
</ div >
95
95
< div id ="page-separator " class =""> </ div >
96
- < div id ="serial-page " class ="active ">
96
+ < div id ="serial-page " class ="">
97
97
< div id ="serial-bar ">
98
98
< button class ="purple-button btn-restart "> Restart< i class ="fa-solid fa-redo "> </ i > </ button >
99
99
< button class ="purple-button btn-clear "> Clear< i class ="fa-solid fa-broom "> </ i > </ button >
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ class Workflow {
82
82
}
83
83
84
84
async restartDevice ( ) {
85
- console . log ( "Restarting device" ) ;
86
85
this . repl . softRestart ( ) ;
87
86
}
88
87
@@ -179,7 +178,6 @@ class Workflow {
179
178
}
180
179
181
180
async runCurrentCode ( ) {
182
- console . log ( "Run current code" ) ;
183
181
let path = this . currentFilename ;
184
182
185
183
if ( ! path ) {
You can’t perform that action at this time.
0 commit comments