fix:移除无用调试打印代码

This commit is contained in:
lhj
2024-11-16 14:46:06 +08:00
parent 0c99073376
commit be5667057e

View File

@ -104,9 +104,6 @@ export const useSchemeStore = defineStore('scheme', {
popFromStack(this.selectedComponentStack);
const preComponentId = topFromStack(this.selectedComponentStack);
this.nowComponentsData = this.getSchemeObj(preComponentId || '');
console.log("删除后,栈", this.selectedComponentStack);
console.log("删除后,前一个组件id", preComponentId);
console.log("删除后,前一个组件", this.nowComponentsData);
},
cleanupReferences(id: string) {
// 清理 nowComponentsData