Skip to content

Commit 7d6cae6

Browse files
author
spoeck
committed
remove log
1 parent db98f92 commit 7d6cae6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Planet.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export function Planet(props: Props) {
104104
});
105105

106106
const onPlanet = (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => {
107-
console.log("onPlanet");
108107
if (onClick) {
109108
onClick(e);
110109
} else {

0 commit comments

Comments
 (0)