react-pan-and-zoom-hoc
react-pan-and-zoom-hoc copied to clipboard
Remove console.log
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