From c69d57c3c750cd39fb0d29c6a116b0e916e89bd9 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 17 Jun 2016 17:24:32 +0200 Subject: [PATCH] cache: remove tooldebug noise Signed-off-by: Tobias Ulmer --- generic/cache.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/generic/cache.lua b/generic/cache.lua index 9032f37..26705d0 100644 --- a/generic/cache.lua +++ b/generic/cache.lua @@ -261,7 +261,6 @@ function cache.file_in_cache(c, server, location) if not rc then return false end - e2lib.log(4, "file is in cache") return true end @@ -296,7 +295,6 @@ function cache.file_local(c, server, location) if not e2lib.isfile(path) then return false end - e2lib.log(4, "file is on local server") return true end -- 2.39.5