mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Remove accidentally committed logging statement.
This commit is contained in:
parent
90e475b5f9
commit
e835ccf786
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ var PlacedItem = this.PlacedItem = Item.extend(/** @lends PlacedItem# */{
|
|||
_boundsType: { bounds: 'strokeBounds' },
|
||||
|
||||
_hitTest: function(point, options, matrix) {
|
||||
console.log(point);
|
||||
point = point.transform(this.matrix);
|
||||
var hitResult = this._symbol._definition.hitTest(point, options, matrix);
|
||||
// TODO: When the symbol's definition is a path, should hitResult contain
|
||||
|
|
Loading…
Reference in a new issue