Skip to content

Commit

Permalink
Stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Apr 29, 2023
1 parent 5708d52 commit cca14de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderers/_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1409,8 +1409,6 @@ export abstract class RendererBase {
});
const grid = new Grid(myHex, rectangle({width, height}));
const corners = grid.getHex({col: 0, row: 0})!.corners;
// eslint-disable-next-line no-console
console.log(`Source corners: ${JSON.stringify(corners)}`);
const hexSymbol = this.rootSvg.symbol()
.polygon(corners.map(({ x, y }) => `${x},${y}`).join(" "))
.fill("white").opacity(1)
Expand Down

0 comments on commit cca14de

Please sign in to comment.