From 260457f695ab0be682f6aa378304ec1918550b73 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sun, 16 Oct 2022 10:16:55 -0700 Subject: [PATCH] Remove stray log --- src/components/Timeline.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index b0e7deb4..539b0528 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -777,7 +777,6 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { } else { // Otherwise just adjust the ticks this.scrollerManager.adjust(); - console.log('adjust', rowSizeDelta, addedRows.length + removedRows.length, day); } // Scroll to the same actual position if the added rows