From 7996cdb65cc7eb8bc392f52eb4df9b5dce912c9f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 4 Sep 2011 02:15:42 +0200 Subject: Having switched off XML-RPC is not a problem, we should not report it. --- data/lib/collectingMetadata.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/lib/collectingMetadata.js') 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; } -- cgit