diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-01 21:05:52 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-01 21:05:52 +0200 |
commit | 7814b326943e3190b6d9ec0f7d77aaa17b6634a2 (patch) | |
tree | 581a427b543a84648c6e4f5c50418ef801be4a3f /lib | |
parent | bb031a3589755cfb923449de1ed319a181f8f08b (diff) | |
download | bugzilla-triage-7814b326943e3190b6d9ec0f7d77aaa17b6634a2.tar.gz |
Simplify logging
Diffstat (limited to 'lib')
-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); |