aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtmpasswd1
1 files changed, 0 insertions, 1 deletions
diff --git a/htmpasswd b/htmpasswd
index 4137d94..ad289ea 100755
--- a/htmpasswd
+++ b/htmpasswd
@@ -123,7 +123,6 @@ cronrun() {
# If $DELTIME is in the past, delete it
if [[ $(date --date="${DELTIME}" +%s) -lt $(date +%s) ]]; then
- echo "DELETE THAT BITCH"
sed -i "/^${USER}/d" "${HTFILE}"
sed -i "/^${USER}/d" "${SPOOLFILE}"
fi