Remove stray log
parent
7c553064b7
commit
260457f695
|
@ -777,7 +777,6 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
|
||||||
} else {
|
} else {
|
||||||
// Otherwise just adjust the ticks
|
// Otherwise just adjust the ticks
|
||||||
this.scrollerManager.adjust();
|
this.scrollerManager.adjust();
|
||||||
console.log('adjust', rowSizeDelta, addedRows.length + removedRows.length, day);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scroll to the same actual position if the added rows
|
// Scroll to the same actual position if the added rows
|
||||||
|
|
Loading…
Reference in New Issue