🔇 remove unnecessary log
This commit is contained in:
parent
fe9d75be8e
commit
24f14f9b5d
1 changed files with 0 additions and 3 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue