diff options
-rw-r--r-- | data/lib/collectingMetadata.js | 3 | ||||
-rw-r--r-- | data/rhlib/addAttachmentRow.js | 3 |
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; } |