mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove debug logging.
This commit is contained in:
parent
a912ed96f6
commit
ea89498e48
1 changed files with 0 additions and 1 deletions
|
@ -1075,7 +1075,6 @@ var Path = PathItem.extend(/** @lends Path# */{
|
|||
parameter--;
|
||||
}
|
||||
var curves = this.getCurves();
|
||||
paper.console.log(index, parameter);
|
||||
if (index >= 0 && index < curves.length) {
|
||||
// Only divide curves if we're not on an existing segment already.
|
||||
if (parameter > tolerance) {
|
||||
|
|
Loading…
Reference in a new issue