🔇 remove unnecessary log

This commit is contained in:
ghalestrilo 2020-04-16 13:17:04 -03:00
parent fe9d75be8e
commit 24f14f9b5d
1 changed files with 0 additions and 3 deletions

View File

@ -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({