summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorivan <ivan>2006-08-16 08:19:47 +0000
committerivan <ivan>2006-08-16 08:19:47 +0000
commit020d74d3e1ce242990486a3fc7b61be5d666c2de (patch)
tree7f6593aa8be4b1c7d42ef315c7f6e73a221b0d13 /FS/bin
parent04cbf1d986eabf7fdcc22ff95b95da17e5f4bf63 (diff)
get rid of too-verbose debugging
Diffstat (limited to 'FS/bin')
-rw-r--r--FS/bin/freeside-adduser2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-adduser b/FS/bin/freeside-adduser
index 3976caece..b955902ba 100644
--- a/FS/bin/freeside-adduser
+++ b/FS/bin/freeside-adduser
@@ -27,7 +27,7 @@ if ( $opt_h ) {
push @args, '-c' if $opt_c;
push @args, $opt_h, $user;
push @args, shift if $opt_b;
- warn join(', ', 'htpasswd', @args)."\n";
+ #warn join(', ', @args)."\n";
system(@args) == 0 or die "htpasswd failed: $?";
}