Skip to content

Commit

Permalink
chore: remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Oct 31, 2024
1 parent a052aa4 commit 0588992
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/renderer/src/lib/map/solarSystemMap/utils/shadows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ export function getPathKitShadowPath(

const combined = PathKit.MakeFromOp(shadow, shadowed, PathKit.PathOp.INTERSECT);
const svgString = combined.toSVGString();
if (planet.has_ring) {
console.log({
svgString,
combinedEqShadow: combined.equals(shadow),
combinedEqShadowed: combined.equals(shadowed),
});
}
shadow.delete();
shadowed.delete();
combined.delete();
Expand Down

0 comments on commit 0588992

Please sign in to comment.