removed some console logs

This commit is contained in:
2024-10-10 17:40:29 +03:00
parent 065b121e10
commit 828fca7e8f
12 changed files with 232 additions and 357 deletions
-1
View File
@@ -5,7 +5,6 @@
const channel = getContext("channel");
const user = getContext("user");
console.log( channel.commands)
</script>
-2
View File
@@ -34,8 +34,6 @@
carry = addToFolder(carry, schema.folder,schema)
return carry;
}, {name: "", files: [], folders: [], shouldExpand:true});
console.log({schemaTree})
</script>
<div class="sidebar-top">
<a class="logo" href="{channel.lucentUrl}">{channel.name}</a>