remove rogue console.log

This commit is contained in:
2023-11-18 23:12:27 +01:00
parent 3651a8bb73
commit 6b8e6826cc
2 changed files with 0 additions and 22 deletions

View File

@ -510,7 +510,6 @@ export const installInterfaceLogic = (app: Editor) => {
"loading_samples",
].forEach((e) => {
let name = `docs_` + e;
console.log(name)
document.getElementById(name)!.addEventListener("click", async () => {
if (name !== "docs_samples") {
app.currentDocumentationPane = e;