From 5be6dcf0e2234b22391ad4f654efddd0ba7c0e92 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 15 Apr 2014 13:19:56 -0400
Subject: [PATCH] Remove useless debug_level=8 and javascripts's rcube_console

---
 installer/config.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/installer/config.php b/installer/config.php
index fd7932a..8b98dbe 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -198,9 +198,6 @@
 echo $check_debug->show(($value & 4) ? 4 : 0, array('value' => 4, 'id' => 'cfgdebug4'));
 echo '<label for="cfgdebug4">Print errors (to the browser)</label><br />';
 
-echo $check_debug->show(($value & 8) ? 8 : 0, array('value' => 8, 'id' => 'cfgdebug8'));
-echo '<label for="cfgdebug8">Verbose display (enables debug console)</label><br />';
-
 ?>
 </dd>
 

--
Gitblit v1.9.1