We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9d75b commit 24f14f9Copy full SHA for 24f14f9
client/modules/IDE/actions/files.js
@@ -135,10 +135,7 @@ export function createFolder(formProps) {
135
};
136
}
137
138
-let callcount = 0;
139
export function updateFileName(id, name) {
140
- callcount += 1;
141
- console.log(`called ${callcount} times`);
142
return (dispatch) => {
143
dispatch(setUnsavedChanges(true));
144
dispatch({
0 commit comments