From c5e8de64b3ac0a57595232302e220bbc61e3df48 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Thu, 8 May 2014 20:32:03 -0700 Subject: Remove accidental log --- src/github/daneren2005/dsub/view/UnscrollableGridView.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/github/daneren2005') 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); } -- cgit v1.2.3