We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa3895 commit 0c18a69Copy full SHA for 0c18a69
src/index.js
@@ -12,9 +12,6 @@ export default class Shape {
12
this.paths = paths;
13
if (capitalConversion) this.paths = this.paths.map(mapLowerToCapital);
14
if (integerConversion) this.paths = this.paths.map(mapToRound);
15
-
16
- console.log(integerConversion);
17
18
this.closed = closed;
19
}
20
0 commit comments