Skip to content

Commit

Permalink
Removes logs
Browse files Browse the repository at this point in the history
  • Loading branch information
geongeorge committed Aug 24, 2023
1 parent 0bb4ef2 commit 0e4e5ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/canvas-txt/lib/justify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export default function justifyLine({

if (noOfSpacesToInsert < 1) return text

console.log('noOfSpacesToInsert', noOfSpacesToInsert, numOfWords)

const spaces = spaceChar.repeat(spacesPerWord)

// Return justified text
Expand Down

1 comment on commit 0e4e5ef

@vercel
Copy link

@vercel vercel bot commented on 0e4e5ef Aug 24, 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.