aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libbugzilla.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-06-06 13:30:49 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-06-06 13:30:49 +0200
commit2d67008193187991bb61de59597925f3b776df35 (patch)
tree161e9cb1bf86aa2659d5cc17589ca95ca7bb7cf4 /lib/libbugzilla.js
parent04ae9089f8a4d92764455491bbbc9cb805580c73 (diff)
downloadbugzilla-triage-2d67008193187991bb61de59597925f3b776df35.tar.gz
Make fixing MIME types of attachments working again.
When the Attachment is suddenly object instead of an array.
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r--lib/libbugzilla.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index 5b77e25..2f0bebb 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -345,7 +345,6 @@ exports.makeJSONRPCCallWithLogin = function makeJSONRPCCallWithLogin(url, method
password: passObj.password,
remember: false
}, function(logResult) {
- console.log("logResult = " + logResult.toSource());
makeJSONRPCCall(url, method, params, callback);
});
}