diff --git a/program/js/app.js b/program/js/app.js index 71c0fcde8..253d8591d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4907,11 +4907,6 @@ function rcube_webmail() // handle HTTP response this.http_response = function(response) { - if (window.console) { - var date1 = new Date(); - var milliseconds1 = date1.getTime(); - } - if (response.unlock) this.set_busy(false); @@ -4996,12 +4991,6 @@ function rcube_webmail() } break; } -if (window.console) { - var date2 = new Date(); - var milliseconds2 = date2.getTime(); - console.log('Response execution time: ' + (milliseconds2 - milliseconds1) + 'ms'); - } - }; // handle HTTP request errors