We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec80b37 commit 517fd15Copy full SHA for 517fd15
2 files changed
index.html
@@ -93,7 +93,7 @@
93
<div id="editor"></div>
94
</div>
95
<div id="page-separator" class=""></div>
96
- <div id="serial-page" class="active">
+ <div id="serial-page" class="">
97
<div id="serial-bar">
98
<button class="purple-button btn-restart">Restart<i class="fa-solid fa-redo"></i></button>
99
<button class="purple-button btn-clear">Clear<i class="fa-solid fa-broom"></i></button>
js/workflows/workflow.js
@@ -82,7 +82,6 @@ class Workflow {
82
}
83
84
async restartDevice() {
85
- console.log("Restarting device");
86
this.repl.softRestart();
87
88
@@ -179,7 +178,6 @@ class Workflow {
179
178
180
181
async runCurrentCode() {
182
- console.log("Run current code");
183
let path = this.currentFilename;
184
185
if (!path) {
0 commit comments