Skip to content

Commit

Permalink
removd console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-cen committed Jul 27, 2023
1 parent a14c05e commit 1fd00a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42134,7 +42134,6 @@ var InlineFileContextView = (props2) => {
if (!file) {
return;
}
console.log("refresh file");
const fileCache2 = getFileCache(file);
setFileCache(fileCache2);
};
Expand Down

0 comments on commit 1fd00a3

Please sign in to comment.