disabled logging

This commit is contained in:
Serghey Rodin 2012-08-19 20:52:18 +03:00
commit 89b9db535d
2 changed files with 2 additions and 3 deletions

View file

@ -59,7 +59,6 @@ update_object_value 'mail' 'DOMAIN' "$domain" '$U_DISK' "$dom_diks"
recalc_user_disk_usage
# Logging
log_history "$EVENT"
log_event "$OK" "$EVENT"
exit

View file

@ -66,7 +66,7 @@ done
# Recalculating user bandwidth
recalc_user_bandwidth_usage
# Logging
log_event "$OK" "$EVENT"
# No Logging
#log_event "$OK" "$EVENT"
exit