Skip to content

Commit aa86027

Browse files
authored
Disable debug logging (#131)
Remove console.log statement which was logging repeately.
1 parent 45e3579 commit aa86027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/frontend/scroll_helper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export function horizontalScrollToTs(ts: TPTime) {
5353
// - Otherwise, preserve the zoom range.
5454
export function focusHorizontalRange(
5555
start: TPTime, end: TPTime, viewPercentage?: number) {
56-
console.log('focusHorizontalRange', start, end);
5756
const visible = globals.frontendLocalState.visibleWindowTime;
5857
const trace = globals.stateTraceTime();
5958
const select = HighPrecisionTimeSpan.fromTpTime(start, end);

0 commit comments

Comments
 (0)