Skip to content

Commit 7a7ec56

Browse files
author
Brian Vaughn
committed
Removed trace statement
1 parent 14ab48a commit 7a7ec56

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
@@ -165,7 +165,6 @@ export class VerticalScrollView extends View {
165165

166166
_handleMouseDown(interaction: MouseDownInteraction) {
167167
if (rectContainsPoint(interaction.payload.location, this.frame)) {
168-
console.log('VerticalScrollView()\n location:', interaction.payload.location, '\n frame:', JSON.stringify(this.frame).replace('"', ''), '\n visibleArea:', JSON.stringify(this.visibleArea).replace('"', ''));
169168
this._isPanning = true;
170169
}
171170
}

0 commit comments

Comments
 (0)