mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Remove console.log()
This commit is contained in:
parent
8b9fb3741d
commit
38f832a888
1 changed files with 0 additions and 1 deletions
|
@ -1694,7 +1694,6 @@ var Path = PathItem.extend(/** @lends Path# */{
|
|||
}
|
||||
crossings += Curve._getCrossings(last, previous,
|
||||
point.x, point.y, roots);
|
||||
console.log(crossings);
|
||||
return (crossings & 1) === 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue