Skip to content

Commit 24f14f9

Browse files
committed
🔇 remove unnecessary log
1 parent fe9d75b commit 24f14f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/modules/IDE/actions/files.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ export function createFolder(formProps) {
135135
};
136136
}
137137

138-
let callcount = 0;
139138
export function updateFileName(id, name) {
140-
callcount += 1;
141-
console.log(`called ${callcount} times`);
142139
return (dispatch) => {
143140
dispatch(setUnsavedChanges(true));
144141
dispatch({

0 commit comments

Comments
 (0)