woutervh-/react-pan-and-zoom-hoc

Remove console.log

valenciaHQ opened this issue · 2 comments

Please remove console.log(clientX, clientY); console.log from panAndZoomHoc.tsx, line 162.

Is printing info on each click

Hi @valenciaHQ
Which version are you using? The latest version doesn't have a console.log anywhere.

Edit:
My mistake, I was on an older branch. I have updated and released version 2.1.8 where the console.log is removed.

@woutervh- thanks for this fix