diff options
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); }); } |