From 2ad6f6e11f1d9eb99b4e7fc36d0bf4a8313d4c3c Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 May 2021 11:08:40 +0000 Subject: remove logging --- include/account.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/account.php') diff --git a/include/account.php b/include/account.php index 6643f0988..cebcbd7e3 100644 --- a/include/account.php +++ b/include/account.php @@ -1295,7 +1295,6 @@ function get_pending_accounts($get_all = false) { } function remove_expired_registrations() { - hz_syslog('### expire reg', LOGGER_DEBUG); q("DELETE FROM register WHERE (reg_expires < '%s' OR reg_expires = '%s') AND (reg_flags & %d) > 0", dbesc(datetime_convert()), dbesc(NULL_DATE), -- cgit v1.2.3