We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e3579 commit aa86027Copy full SHA for aa86027
ui/src/frontend/scroll_helper.ts
@@ -53,7 +53,6 @@ export function horizontalScrollToTs(ts: TPTime) {
53
// - Otherwise, preserve the zoom range.
54
export function focusHorizontalRange(
55
start: TPTime, end: TPTime, viewPercentage?: number) {
56
- console.log('focusHorizontalRange', start, end);
57
const visible = globals.frontendLocalState.visibleWindowTime;
58
const trace = globals.stateTraceTime();
59
const select = HighPrecisionTimeSpan.fromTpTime(start, end);
0 commit comments