aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libbugzilla.js
diff options
context:
space:
mode:
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);
});
}