Skip to content

Commit

Permalink
Removes console log
Browse files Browse the repository at this point in the history
  • Loading branch information
geongeorge committed Jul 14, 2023
1 parent 989aaf8 commit 126164d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/canvas-txt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ function drawText(
const { width, height, x, y } = inputConfig
const config = { ...defaultConfig, ...inputConfig }

console.log('drawText', config)

if (width <= 0 || height <= 0 || config.fontSize <= 0) {
//width or height or font size cannot be 0
return { height: 0 }
Expand Down

1 comment on commit 126164d

@vercel
Copy link

@vercel vercel bot commented on 126164d Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.