Disable debug build

 Bug: 3252986

Change-Id: I78c94eba5a089b84081c0d582b7cfc76af0437b5
diff --git a/src/com/android/browser/BrowserSettings.java b/src/com/android/browser/BrowserSettings.java
index ca8091f..7be3345 100644
--- a/src/com/android/browser/BrowserSettings.java
+++ b/src/com/android/browser/BrowserSettings.java
@@ -200,7 +200,7 @@
     public static final Uri RLZ_PROVIDER_URI = Uri.parse("content://" + RLZ_PROVIDER + "/");
 
     // Set to true to enable some of the about:debug options
-    public static final boolean DEV_BUILD = true;
+    public static final boolean DEV_BUILD = false;
 
     private Controller mController;