Skip to content

Commit 0c18a69

Browse files
committed
remove log
1 parent 0fa3895 commit 0c18a69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export default class Shape {
1212
this.paths = paths;
1313
if (capitalConversion) this.paths = this.paths.map(mapLowerToCapital);
1414
if (integerConversion) this.paths = this.paths.map(mapToRound);
15-
16-
console.log(integerConversion);
17-
1815
this.closed = closed;
1916
}
2017

0 commit comments

Comments
 (0)