Skip to content

Commit

Permalink
Disable debug logging (#131)
Browse files Browse the repository at this point in the history
Remove console.log statement which was logging repeately.
  • Loading branch information
dfriederich authored Dec 27, 2024
1 parent 45e3579 commit aa86027
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/frontend/scroll_helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit aa86027

Please sign in to comment.