Skip to content

Commit

Permalink
fix: remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed Aug 23, 2024
1 parent 6e279dc commit 474dd53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/celemod-ui/src/routes/Manage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ export const Manage = () => {
}
}

console.log('hasUpdateMods', JSON.stringify(mods, null, 4));
// console.log('hasUpdateMods', JSON.stringify(mods, null, 4));

return mods;
}, [latestModInfos, installedModMap]);
Expand Down
1 change: 0 additions & 1 deletion src/celemod-ui/src/routes/Multiplayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const Multiplayer = () => {
'get_installed_miaonet',
selectedPath + '/Mods',
(installed: boolean) => {
console.log(installed);
setInstalledMiaoNet(installed);
}
);
Expand Down

0 comments on commit 474dd53

Please sign in to comment.