Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
patosullivan committed Sep 26, 2023
1 parent d812815 commit 6ea9b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/tiles/TileGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const TileGrid = ({ menu }: TileGridProps) => {
: undefined
}
>
{console.log({ order, charges })}
<div
// This version of tailwind does not have h-fit
style={{ height: 'fit-content' }}
Expand Down

0 comments on commit 6ea9b1e

Please sign in to comment.