mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04: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':
|
case 't':
|
||||||
// Smooth quadraticCurveTo
|
// Smooth quadraticCurveTo
|
||||||
for (var j = 0; j < length; j += 2) {
|
for (var j = 0; j < length; j += 2) {
|
||||||
console.log(previous, /[qt]/i.test(previous));
|
|
||||||
this.quadraticCurveTo(
|
this.quadraticCurveTo(
|
||||||
control = (/[qt]/i.test(previous)
|
control = (/[qt]/i.test(previous)
|
||||||
? current.multiply(2).subtract(control)
|
? current.multiply(2).subtract(control)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue