Bug 17250075: Turned off debugging for launching secure camera

Reduces log spam.

Change-Id: Icdf2e0154ec337ed4fad915ec7f404d94d522ea1
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java
index 4a5a069..562f550 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java
@@ -57,8 +57,7 @@
  * the UI thread.
  */
 public class SecureCameraLaunchManager {
-    // TODO(bcolonna): Turn off debugging after running with this change for a while. STOPSHIP
-    private static final boolean DEBUG = true;
+    private static final boolean DEBUG = false;
     private static final String TAG = "SecureCameraLaunchManager";
 
     // Action sent as a broadcast to tell other apps to stop using the camera.  Other apps that use