diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-06 13:30:49 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-06 13:30:49 +0200 |
commit | 2d67008193187991bb61de59597925f3b776df35 (patch) | |
tree | 161e9cb1bf86aa2659d5cc17589ca95ca7bb7cf4 /lib | |
parent | 04ae9089f8a4d92764455491bbbc9cb805580c73 (diff) | |
download | bugzilla-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')
-rw-r--r-- | lib/libbugzilla.js | 1 |
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); }); } |