Remove console.log on schedules page

This commit is contained in:
Matt Aitken
2024-07-04 22:01:23 +01:00
parent 393c452d66
commit 6a5934f71d
@@ -111,7 +111,6 @@ export default function Page() {
const isShowingNewPane = pathName.endsWith("/new");
const isShowingSchedule = !!scheduleParam;
console.log(totalPages);
return (
<PageContainer>
<NavBar>