mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Remove accidentally committed console.log()
This commit is contained in:
parent
6a58679593
commit
dc76ef144e
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
case 't':
|
||||
// Smooth quadraticCurveTo
|
||||
for (var j = 0; j < length; j += 2) {
|
||||
console.log(previous, /[qt]/i.test(previous));
|
||||
this.quadraticCurveTo(
|
||||
control = (/[qt]/i.test(previous)
|
||||
? current.multiply(2).subtract(control)
|
||||
|
|
Loading…
Reference in a new issue