Skip to content

Commit 2a3f1be

Browse files
committed
fix: remove logs
1 parent a9530a7 commit 2a3f1be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/collectionview-common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ export abstract class CollectionViewBase extends View implements CollectionViewD
231231
spanCount = Math.max(Math.floor(this._innerWidth / this._effectiveColWidth), 1) || 1;
232232
}
233233
}
234-
console.log('computeSpanCount', this._innerWidth, this._innerHeight, this._effectiveRowHeight, this._effectiveColWidth, spanCount);
235234
return spanCount;
236235
}
237236
public _onRowHeightPropertyChanged(oldValue: PercentLength, newValue: PercentLength) {

0 commit comments

Comments
 (0)