Skip to content

Commit

Permalink
chore: Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Undistraction committed Oct 13, 2024
1 parent 04ca8dd commit 51a934e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/getGridApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ const getApi = (
row: number,
{ makeBoundsCurvesSequential = false } = {}
): BoundingCurvesWithMeta => {
console.log(column, `/`, row)
validateGetSquareArguments(column, row, columns, rows)

const { xAxis, yAxis } = getLines()
Expand Down

0 comments on commit 51a934e

Please sign in to comment.