summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 0ec920b3a..b424f006a 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -138,14 +138,6 @@ function rcube_webmail()
return;
}
- // Enable debug console
- if (!window.console || !window.console.log) {
- window.console = new rcube_console();
- }
- else {
- $('#console').hide();
- }
-
// find all registered gui containers
for (var n in this.gui_containers)
this.gui_containers[n] = $('#'+this.gui_containers[n]);