diff --git a/ui/src/frontend/scroll_helper.ts b/ui/src/frontend/scroll_helper.ts index 1916004630..a2e6659aba 100644 --- a/ui/src/frontend/scroll_helper.ts +++ b/ui/src/frontend/scroll_helper.ts @@ -53,7 +53,6 @@ export function horizontalScrollToTs(ts: TPTime) { // - Otherwise, preserve the zoom range. export function focusHorizontalRange( start: TPTime, end: TPTime, viewPercentage?: number) { - console.log('focusHorizontalRange', start, end); const visible = globals.frontendLocalState.visibleWindowTime; const trace = globals.stateTraceTime(); const select = HighPrecisionTimeSpan.fromTpTime(start, end);