From 24f14f9b5dd1786fd18e064f28afa6028f7abff3 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Thu, 16 Apr 2020 13:17:04 -0300 Subject: [PATCH] :mute: remove unnecessary log --- client/modules/IDE/actions/files.js | 3 --- 1 file changed, 3 deletions(-) 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({