b/2296110 Disable debugging/logging code before shipping.

Change-Id: I10036c49e3c3d61d0fa1af74f1f0cd9d03502103
This commit is contained in:
Michael Chan
2009-12-09 18:00:48 -08:00
parent d70e205b4c
commit 6fd5bc935e
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import android.util.Log;
public class DockEventReceiver extends BroadcastReceiver {
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
private static final String TAG = "DockEventReceiver";