Skip to content

Commit 46c228f

Browse files
author
Brian Vaughn
committed
Removed trace statement
1 parent 9a8ccd8 commit 46c228f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-devtools-scheduling-profiler/src/view-base/VerticalScrollView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export class VerticalScrollView extends View {
135135

136136
_handleMouseDown(interaction: MouseDownInteraction) {
137137
if (rectContainsPoint(interaction.payload.location, this.frame)) {
138-
console.log('VerticalScrollView()\n location:', interaction.payload.location, '\n frame:', JSON.stringify(this.frame).replace('"', ''), '\n visibleArea:', JSON.stringify(this.visibleArea).replace('"', ''));
139138
this._isPanning = true;
140139
}
141140
}

0 commit comments

Comments
 (0)