aboutsummaryrefslogtreecommitdiffstats
path: root/include/account.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-07 11:08:40 +0000
committerMario <mario@mariovavti.com>2021-05-07 11:08:40 +0000
commit2ad6f6e11f1d9eb99b4e7fc36d0bf4a8313d4c3c (patch)
tree3d6f9d173d938e4b15d8732033e07eb83727764a /include/account.php
parent92bc99a805018737c13f170edd0284fc83f49594 (diff)
downloadvolse-hubzilla-2ad6f6e11f1d9eb99b4e7fc36d0bf4a8313d4c3c.tar.gz
volse-hubzilla-2ad6f6e11f1d9eb99b4e7fc36d0bf4a8313d4c3c.tar.bz2
volse-hubzilla-2ad6f6e11f1d9eb99b4e7fc36d0bf4a8313d4c3c.zip
remove logging
Diffstat (limited to 'include/account.php')
-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),