aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index 04c8d356..6a7d2748 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -1258,7 +1258,6 @@ static CacheEntry_t *Cache_process_queue(CacheEntry_t *entry)
/* Trigger cleanup when there are no cache clients */
if (dList_length(ClientQueue) == 0) {
- _MSG(" a_Dicache_cleanup()\n");
a_Dicache_cleanup();
}