summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-18 07:43:26 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-18 07:43:26 +0000
commit6fb230ba8217450733ef7f1aa69b9c0f855666d7 (patch)
treea54149639da056575b40fc97b0e1c258c71d5f7d
parentac4cbfc4269da0c94198fd908cbc8b6df543d423 (diff)
- remove temp code
git-svn-id: https://svn.roundcube.net/trunk@3626 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 71c0fcde8..253d8591d 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/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