This commit is contained in:
sanjayk03-dev
2025-09-21 01:57:17 +05:30
parent f092c0c5d0
commit 44b85bad5a
5 changed files with 4 additions and 7 deletions

View File

@@ -246,9 +246,6 @@ module.exports = new Vue({
},
is_easy_adapter_active: function() {
console.log("1", this.config.settings["easy-adapter"]);
console.log("2", this.config);
return this.config.settings["easy-adapter"] === true;
},