1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

remove debug print

This commit is contained in:
Fabio Pliger
2022-04-21 12:27:17 -05:00
parent c698f29634
commit 7884127534

View File

@@ -159,7 +159,6 @@ export class PyScript extends BaseEvalElement {
}
}
console.log('MOOOOOODE', currentMode)
if (currentMode=="edit"){
// TODO: We need to build a plan for this
this.appendChild(mainDiv);