Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
Signed-off-by: The1111mp <[email protected]>
  • Loading branch information
1111mp committed Oct 17, 2024
1 parent befdc7b commit 4a89c7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/home/updater.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const Updater: React.FC = () => {
const checkUpdate = async () => {
try {
const update = await check();
console.log(update);
if (update) {
setUpdateInfo(update);
}
Expand Down
1 change: 0 additions & 1 deletion src/pages/versions/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export const Modal = forwardRef<Ref, Props>(({ onRefrresh }, ref) => {

const onFinish = async () => {
if (asDefault) {
console.log(record.current!.version.slice(1));
await vSetCurrent(record.current!.version.slice(1));
}
onRefrresh();
Expand Down

0 comments on commit 4a89c7c

Please sign in to comment.