Skip to content

Commit

Permalink
Remove debug log call
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Jan 29, 2023
1 parent a560f97 commit d21f735
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function ShipInstrumentation ({ ship, cmdrStatus, toggleSwitches,
}
},[scaledWrapper.current,scaledContent.current])

console.log(ship)
return (
<div ref={scaledWrapper} style={{position: 'fixed', pointerEvents: 'none', top: '14.25rem', bottom: '2rem', right: '1rem', left: '5rem', xoverflow: 'hidden'}}>
<div
Expand Down

0 comments on commit d21f735

Please sign in to comment.