diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-26 10:54:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-26 10:54:18 +0000 |
| commit | b5fbd432d67a2184f75899f08197dceacc1aef26 (patch) | |
| tree | ef35025bc954043c24b6d6bc4db9abace4ab9eaa /roundcubemail/program/js | |
| parent | a3f4e43f6c042261551b7de9f916b8d4b034ad43 (diff) | |
- Move console object initialization code into one place
git-svn-id: https://svn.roundcube.net/trunk@4966 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 0ec920b3a..b424f006a 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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]); |
