Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Oct 5, 2024
1 parent c441b67 commit cbeeb03
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export default async function IncidentPage() {
api.statusReport.getStatusReportByWorkspace.query(),
]);

console.log(statusReports);

if (incidents?.length === 0)
return (
<>
Expand Down

0 comments on commit cbeeb03

Please sign in to comment.