aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib/rhbzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/rhlib/rhbzpage.js')
-rw-r--r--data/rhlib/rhbzpage.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js
index 121885e..abb5c19 100644
--- a/data/rhlib/rhbzpage.js
+++ b/data/rhlib/rhbzpage.js
@@ -162,7 +162,6 @@ function RHcentralCommandDispatch(cmdLabel, cmdParams) {
* @return none
*/
function sendBugUpstream(thgs) {
- console.myDebug("sendBugUpstream: thgs = " + thgs);
if (thgs) {
localThings = thgs;
return;
@@ -226,7 +225,6 @@ function fillInChipMagic(XlogID) {
function chipsetMagic (interestingLineArr) {
// parse Xorg.0.log
var cardStr = "";
- console.myDebug("interestingLineArr[1] = " + interestingLineArr[1]);
if (interestingLineArr.length >0) {
var interestingArray = interestingLineArr[0];
@@ -470,7 +468,7 @@ function RHBZinit(things) {
// Just add a link to every Xorg.0.log link analyzing it.
things.attachments.addCheckXorgLogLink();
- setBranding(things.attachments);
+ setBranding(things);
// Don't allow to submit a page which would change the bug to 0xFFFF component
document.forms.namedItem("changeform").addEventListener(