Skip to content

Commit

Permalink
xmas: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNuttall committed Dec 4, 2024
1 parent 3e3a5ae commit d2a71e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/xmas/src/Containers/Background/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ const Background: React.FC<BackgroundProps> = ({

if (!assetsLoaded) return <></>

console.log('TOM: ', textures)

return (
<Container width={1280} height={600} name={'background'}>
<TilingSprite
Expand Down

0 comments on commit d2a71e8

Please sign in to comment.