diff options
author | Mario <mario@mariovavti.com> | 2021-05-07 11:08:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-07 11:09:09 +0000 |
commit | d7dcf192c7f07e520f067fc5645bf7cf49855144 (patch) | |
tree | f60de52f4f9c9cb50441a2da7a996a72e4f5231a | |
parent | 36a814b03ec11d25aa5eb4e02e6dfc50e2c8c6b3 (diff) | |
download | volse-hubzilla-d7dcf192c7f07e520f067fc5645bf7cf49855144.tar.gz volse-hubzilla-d7dcf192c7f07e520f067fc5645bf7cf49855144.tar.bz2 volse-hubzilla-d7dcf192c7f07e520f067fc5645bf7cf49855144.zip |
remove logging
(cherry picked from commit 2ad6f6e11f1d9eb99b4e7fc36d0bf4a8313d4c3c)
-rw-r--r-- | include/account.php | 1 |
1 files changed, 0 insertions, 1 deletions
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), |