aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005
diff options
context:
space:
mode:
Diffstat (limited to 'src/github/daneren2005')
-rw-r--r--src/github/daneren2005/dsub/view/UnscrollableGridView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/UnscrollableGridView.java b/src/github/daneren2005/dsub/view/UnscrollableGridView.java
index 2bae1fed..1e18f032 100644
--- a/src/github/daneren2005/dsub/view/UnscrollableGridView.java
+++ b/src/github/daneren2005/dsub/view/UnscrollableGridView.java
@@ -102,7 +102,6 @@ public class UnscrollableGridView extends GridView {
// Total height of this view.
final int measuredHeight = Math.abs(childrenHeight + getPaddingTop() + getPaddingBottom() + totalVerticalSpacing);
- Log.d(TAG, measuredWidth + " x " + measuredHeight);
setMeasuredDimension(measuredWidth, measuredHeight);
}