aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-07 11:08:40 +0000
committerMario <mario@mariovavti.com>2021-05-07 11:09:09 +0000
commitd7dcf192c7f07e520f067fc5645bf7cf49855144 (patch)
treef60de52f4f9c9cb50441a2da7a996a72e4f5231a
parent36a814b03ec11d25aa5eb4e02e6dfc50e2c8c6b3 (diff)
downloadvolse-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.php1
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),