diff options
-rw-r--r-- | bugzillaBugTriage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 97b9568..0e70220 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -1960,7 +1960,6 @@ RHBugzillaPage.prototype.fixAttachById = function(id, type, email) { console.log("XML-RPC message:\n"+msg.xml()); msg.addParameter(this.password); console.log("XML-RPC message:\n"+msg.xml()); - var req = new XMLHttpRequest(); var that = this; req.open("POST", XMLRPCurl, true); |