Skip to content

Commit 0c97755

Browse files
authored
Deleted console.log after refactored
1 parent 1255ed8 commit 0c97755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/componentReducer.util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ export const addChild = (
242242
component
243243
];
244244
const { history, historyIndex, future } = createHistory(state);
245-
console.log('changed???? ', component.changed);
246245
return {
247246
...state,
248247
components,

0 commit comments

Comments
 (0)