added conosle.log

This commit is contained in:
sanjayk03-dev
2024-01-12 02:51:14 +05:30
parent 5edac74076
commit 446f5283bf

View File

@@ -132,6 +132,7 @@ module.exports = {
console.error("Restore Failed: ", error);
alert("Restore failed");
}
console.log(this.config);
},
cancelMacros: function () {
document.getElementById(`macros-name-${this.tab - 1}`).value = "";
@@ -191,7 +192,6 @@ module.exports = {
},
];
this.confirmReset = false;
console.log(this.config);
try {
await api.put("config/save", this.config);
console.log("Successfully flushed");