From 1fd00a36cff506e6bcf01b405b905ae5815457bb Mon Sep 17 00:00:00 2001 From: JP Cen Date: Thu, 27 Jul 2023 19:12:30 -0400 Subject: [PATCH] removd console log --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index fd9abf7..cc5a9bf 100644 --- a/main.js +++ b/main.js @@ -42134,7 +42134,6 @@ var InlineFileContextView = (props2) => { if (!file) { return; } - console.log("refresh file"); const fileCache2 = getFileCache(file); setFileCache(fileCache2); };