commit 7da7141c21a880ff3503e231676d0962a2553959
parent cdc3347120e536fdaf98923f72b3a882e4e876ce
Author: Joris Vink <joris@coders.se>
Date: Wed, 16 Oct 2019 12:13:21 +0200
remove FILEREF_DEBUG that sneaked in
Diffstat:
src/fileref.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/fileref.c b/src/fileref.c
@@ -23,8 +23,6 @@
#include "kore.h"
-#define FILEREF_DEBUG 1
-
/* cached filerefs expire after 30 seconds of inactivity. */
#define FILEREF_EXPIRATION (1000 * 30)