diff options
Diffstat (limited to 'data/lib')
-rw-r--r-- | data/lib/collectingMetadata.js | 3 |
1 files changed, 1 insertions, 2 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; } |