Remove debug printf from BListView.

Change-Id: Ic3f3359305e066c27bfb071cc18a455d6f1c179f
Reviewed-on: https://review.haiku-os.org/648
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Alexander G. M. Smith
2018-10-30 22:46:08 +00:00
committed by waddlesplash
parent c340bfce91
commit 78b0cfc712
-1
View File
@@ -1515,7 +1515,6 @@ BListView::_FixupScrollBar()
horizontalScroller->SetRange(0, w - scrollBarSize.Width());
horizontalScroller->SetProportion(scrollBarSize.Width() / w);
}
printf("Range: %f - %f\n", w, scrollBarSize.Width());
}
}