Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwalo32 committed Dec 26, 2024
1 parent e75ee73 commit 80088d4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ export const NewSiganatureModal: FC<NewSignatureModalProps> = ({ isOpen, onSave,
return
}

const data = canvasRef.current.toData()
console.log("NEW DATA IS ", data)

onSave({
points: data,
points: canvasRef.current.toData(),
width: canvas.width,
height: canvas.height,
})
Expand Down

0 comments on commit 80088d4

Please sign in to comment.