From 7da7141c21a880ff3503e231676d0962a2553959 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Wed, 16 Oct 2019 12:13:21 +0200 Subject: [PATCH] remove FILEREF_DEBUG that sneaked in --- src/fileref.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fileref.c b/src/fileref.c index 36ff09c..ab58c10 100644 --- 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)