kill debug line

This commit is contained in:
Joris Vink 2019-03-29 19:15:10 +01:00
parent d2aa64df5c
commit a66d259271
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ fileref_expiration_check(void *arg, u_int64_t now)
{
struct kore_fileref *ref, *next;
printf("ref timer run\n");
for (ref = TAILQ_FIRST(&refs); ref != NULL; ref = next) {
next = TAILQ_NEXT(ref, list);