Skip to content

Commit

Permalink
Removed trace statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 9, 2021
1 parent 9a8ccd8 commit 46c228f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class VerticalScrollView extends View {

_handleMouseDown(interaction: MouseDownInteraction) {
if (rectContainsPoint(interaction.payload.location, this.frame)) {
console.log('VerticalScrollView()\n location:', interaction.payload.location, '\n frame:', JSON.stringify(this.frame).replace('"', ''), '\n visibleArea:', JSON.stringify(this.visibleArea).replace('"', ''));
this._isPanning = true;
}
}
Expand Down

0 comments on commit 46c228f

Please sign in to comment.