Skip to content

Commit 7884127

Browse files
committed
remove debug print
1 parent c698f29 commit 7884127

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyscriptjs/src/components/pyscript.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ export class PyScript extends BaseEvalElement {
159159
}
160160
}
161161

162-
console.log('MOOOOOODE', currentMode)
163162
if (currentMode=="edit"){
164163
// TODO: We need to build a plan for this
165164
this.appendChild(mainDiv);

0 commit comments

Comments
 (0)