Removed the "devmode" UI

This commit is contained in:
David Carley
2022-07-23 21:39:57 -07:00
parent 29fedafce6
commit 0525158c87
5 changed files with 0 additions and 56 deletions

View File

@@ -293,15 +293,6 @@ module.exports = new Vue({
update_object(this.config, config, true);
this.parse_hash();
if (!this.devModChecked) {
this.devModChecked = true;
if (this.config.devmode) {
SvelteComponents.createComponent("Devmode",
document.getElementById("svelte-devmode-host")
);
}
}
if (!this.checkedUpgrade) {
this.checkedUpgrade = true;