Skip to content

Commit

Permalink
Remove console.log line
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed Dec 29, 2024
1 parent 0fbb33e commit 39a1ae6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/deckgl-react/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ const App = () => {
return;
}
return () => {
console.log('cleanup');
// memWidgetRef.current?.remove();
tilesetStatsWidgetRef.current?.remove();
// memWidgetRef.current = null;
Expand Down

0 comments on commit 39a1ae6

Please sign in to comment.