Skip to content

Commit

Permalink
Remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
turing-tech authored Nov 30, 2018
1 parent 3269f23 commit 4bc3265
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ void getCurScrollState() {
scrollPosState.rowHeight += ((ViewGroup.MarginLayoutParams)child.getLayoutParams()).topMargin;
scrollPosState.rowHeight += ((ViewGroup.MarginLayoutParams)child.getLayoutParams()).bottomMargin;
}
System.out.println(child.getHeight());
}
}

Expand Down

0 comments on commit 4bc3265

Please sign in to comment.