mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -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--;
|
parameter--;
|
||||||
}
|
}
|
||||||
var curves = this.getCurves();
|
var curves = this.getCurves();
|
||||||
paper.console.log(index, parameter);
|
|
||||||
if (index >= 0 && index < curves.length) {
|
if (index >= 0 && index < curves.length) {
|
||||||
// Only divide curves if we're not on an existing segment already.
|
// Only divide curves if we're not on an existing segment already.
|
||||||
if (parameter > tolerance) {
|
if (parameter > tolerance) {
|
||||||
|
|
Loading…
Reference in a new issue