Skip to content

Commit 4bc3265

Browse files
authored
Remove stray println
1 parent 3269f23 commit 4bc3265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/main/java/com/turingtechnologies/materialscrollbar/ScrollingUtilities.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ void getCurScrollState() {
192192
scrollPosState.rowHeight += ((ViewGroup.MarginLayoutParams)child.getLayoutParams()).topMargin;
193193
scrollPosState.rowHeight += ((ViewGroup.MarginLayoutParams)child.getLayoutParams()).bottomMargin;
194194
}
195-
System.out.println(child.getHeight());
196195
}
197196
}
198197

0 commit comments

Comments
 (0)