Skip to content

Commit 517fd15

Browse files
committed
Remove some debugging stuff
1 parent ec80b37 commit 517fd15

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<div id="editor"></div>
9494
</div>
9595
<div id="page-separator" class=""></div>
96-
<div id="serial-page" class="active">
96+
<div id="serial-page" class="">
9797
<div id="serial-bar">
9898
<button class="purple-button btn-restart">Restart<i class="fa-solid fa-redo"></i></button>
9999
<button class="purple-button btn-clear">Clear<i class="fa-solid fa-broom"></i></button>

js/workflows/workflow.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class Workflow {
8282
}
8383

8484
async restartDevice() {
85-
console.log("Restarting device");
8685
this.repl.softRestart();
8786
}
8887

@@ -179,7 +178,6 @@ class Workflow {
179178
}
180179

181180
async runCurrentCode() {
182-
console.log("Run current code");
183181
let path = this.currentFilename;
184182

185183
if (!path) {

0 commit comments

Comments
 (0)