aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-01 21:05:52 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-01 21:05:52 +0200
commit7814b326943e3190b6d9ec0f7d77aaa17b6634a2 (patch)
tree581a427b543a84648c6e4f5c50418ef801be4a3f /lib/rhbzpage.js
parentbb031a3589755cfb923449de1ed319a181f8f08b (diff)
downloadbugzilla-triage-7814b326943e3190b6d9ec0f7d77aaa17b6634a2.tar.gz
Simplify logging
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index b778744..c11f872 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -720,8 +720,6 @@ RHBugzillaPage.prototype.getBugzillaName = function(URLhostname) {
*/
RHBugzillaPage.prototype.fixingMIMECallBack = function() {
var that = this;
- console.log("fixingMIMECallBack / that.doc = " + that.doc);
- console.log("fixingMIMECallBack / that.win = " + that.win);
if (--this.reqCounter <= 0) {
timer.setTimeout(function () {
that.win.location.reload(true);