aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib/addAttachmentRow.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/rhlib/addAttachmentRow.js')
-rw-r--r--data/rhlib/addAttachmentRow.js3
1 files changed, 1 insertions, 2 deletions
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;
}