diff options
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r-- | lib/rhbzpage.js | 2 |
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); |