mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Remove debug logging.
This commit is contained in:
parent
3319488f5a
commit
4e20a5794f
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ Path.inject({ statics: new function() {
|
|||
point = rect.getPoint(true),
|
||||
size = rect.getSize(true),
|
||||
segments = new Array(4);
|
||||
console.log(JSON.stringify(arguments._filtered))
|
||||
for (var i = 0; i < 4; i++) {
|
||||
var segment = ellipseSegments[i];
|
||||
segments[i] = new Segment(
|
||||
|
|
Loading…
Reference in a new issue