undo logging

This commit is contained in:
sanjayk03-dev
2024-04-08 16:57:26 +05:30
parent fe3d056323
commit c572e57dfd

View File

@@ -292,10 +292,8 @@ module.exports = {
this.macroFoundName = ""; this.macroFoundName = "";
this.macroFoundGcode = ""; this.macroFoundGcode = "";
macro_with_filename.forEach(item => { macro_with_filename.forEach(item => {
console.log(item.name);
item.file_name = "default"; item.file_name = "default";
}); });
console.log(this.config.macros);
} }
api.delete(`file/${filename}`); api.delete(`file/${filename}`);
this.newGcode = ""; this.newGcode = "";