Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 5, 2024
1 parent 2f0affd commit caf6433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/mirrors/edit/[mirrorId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default async function EditMirror({
});

if (mirrorStatus.errorMessage) {
console.log(mirrorStatus.errorMessage);
return <NoMirror />;
}

Expand Down

0 comments on commit caf6433

Please sign in to comment.