diff --git a/client/modules/IDE/actions/files.js b/client/modules/IDE/actions/files.js index f220b9ea..5edcf74d 100644 --- a/client/modules/IDE/actions/files.js +++ b/client/modules/IDE/actions/files.js @@ -135,10 +135,7 @@ export function createFolder(formProps) { }; } -let callcount = 0; export function updateFileName(id, name) { - callcount += 1; - console.log(`called ${callcount} times`); return (dispatch) => { dispatch(setUnsavedChanges(true)); dispatch({