aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-04 02:15:42 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-04 02:15:42 +0200
commit7996cdb65cc7eb8bc392f52eb4df9b5dce912c9f (patch)
treec0a685cf2a87f0099c814751a59010d9f2166e43
parentca155b4e16d15d5ffd62d20ce42a7516c1f9c49c (diff)
downloadbugzilla-triage-7996cdb65cc7eb8bc392f52eb4df9b5dce912c9f.tar.gz
Having switched off XML-RPC is not a problem, we should not report it.
-rw-r--r--data/lib/collectingMetadata.js3
-rw-r--r--data/rhlib/addAttachmentRow.js3
2 files changed, 2 insertions, 4 deletions
diff --git a/data/lib/collectingMetadata.js b/data/lib/collectingMetadata.js
index 47407e8..4ed24b5 100644
--- a/data/lib/collectingMetadata.js
+++ b/data/lib/collectingMetadata.js
@@ -157,8 +157,7 @@ AttachList.prototype.addCheckXorgLogLink = function addCheckXorgLogLink() {
*/
AttachList.prototype.markBadAttachments = function markBadAttachments() {
if (!constantData.passwordState.passAvailable) {
- console.log("markBadAttachments : No XML-RPC calls for " +
- location.protocol + "//" + location.hostname);
+ // No password for XML-RPC service, no XML-RPC service, so simple!
return null;
}
diff --git a/data/rhlib/addAttachmentRow.js b/data/rhlib/addAttachmentRow.js
index 20541dc..9baa373 100644
--- a/data/rhlib/addAttachmentRow.js
+++ b/data/rhlib/addAttachmentRow.js
@@ -37,8 +37,7 @@ function addAttachment(data, callback, param) {
var params = [];
if (!constantData.passwordState.passAvailable) {
- console.log("addAttachment: No XML-RPC calls for " +
- location.protocol + "//" + location.hostname);
+ // No password for XML-RPC service, no XML-RPC service, so simple!
return null;
}