Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Zaidler committed Oct 2, 2023
1 parent 11a6e40 commit 41d63ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function CustomMaintenanceMenu({
setMaintenance(getUnixTime(changedMaintenance));
}
};
console.log(calendarDate.month);

return (
<div className={cn("container")}>
<Menu hasShadow={false}>
Expand Down

0 comments on commit 41d63ca

Please sign in to comment.