Skip to content

Commit

Permalink
Chore: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Dec 23, 2020
1 parent 5dc3baa commit 502c812
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default function convertToScreenCoordinates(o: any): any {

if (typeof o === 'object' && o !== null) {
o = JSON.parse(JSON.stringify(o));
console.info('K', Object.keys(o));
for (const k of Object.keys(o)) {
o[k] = convertToScreenCoordinates(o[k]);
}
Expand Down

0 comments on commit 502c812

Please sign in to comment.