Skip to content

Commit

Permalink
Less logging
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Jun 26, 2024
1 parent 3229e3e commit 79105c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/[teamSlug]/[seasonSlug]/[competitonSlug]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,6 @@ export default function Home(props: ResolvedUrlData) {
api.remindSlack(slackId, session.user?.slackId);
}

console.log("loadingMatches || loadingReports || loadingUsers:", loadingMatches || loadingMatches || loadingUsers);
console.log("loadingMatches:", loadingMatches);
console.log("loadingReports:", loadingMatches);
console.log("loadingUsers:", loadingUsers);

return (
<Container requireAuthentication={true} hideMenu={false}>
<div className="min-h-screen w-screen flex flex-col sm:flex-row grow-0 items-center justify-center max-sm:content-center sm:space-x-6 space-y-2 overflow-hidden max-sm:my-4 md:ml-4">
Expand Down

0 comments on commit 79105c8

Please sign in to comment.