summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/base.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 9f87565..f698729 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -69,7 +69,6 @@ class couchdb::base {
$alg = $::couchdb::pwhash_alg
$salt = $::couchdb::admin_salt
- notice ($salt)
case $alg {
'sha1': {
# str_and_salt2sha1 is a function from leap's stdlib module