summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-17 11:18:09 +0200
committerdefault <nobody@localhost>2022-10-17 11:18:09 +0200
commitc7ff714710f42368b15f7f778c6b8528e045ab77 (patch)
tree1e5abd6b50735acfe27687bc2ad0b47575424147 /data.c
parent3462ecc950676be944766b0ef7999e1382682e19 (diff)
New thread for purge.
Diffstat (limited to 'data.c')
-rw-r--r--data.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/data.c b/data.c
index 0d7765c..0d497bf 100644
--- a/data.c
+++ b/data.c
@@ -1064,8 +1064,6 @@ void purge_all(void)
xs *list = user_list();
char *p, *uid;
- srv_debug(1, xs_fmt("purge start"));
-
p = list;
while (xs_list_iter(&p, &uid)) {
if (user_open(&snac, uid)) {
@@ -1073,6 +1071,4 @@ void purge_all(void)
user_free(&snac);
}
}
-
- srv_debug(1, xs_fmt("purge end"));
}