Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno11 committed Aug 23, 2024
1 parent 1a1c678 commit d7da351
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions front-end/src/apps/audience-display/displays/ad-default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ export const AudDisplayDefault: FC<DisplayModeProps> = ({ id }) => {
}
}

console.log(layout, layout[0], layout[1], layout[2]);
console.log(id);

return (
<>
{/* Displays.BLANK (show nothing) */}
Expand Down

0 comments on commit d7da351

Please sign in to comment.