]> git.e2factory.org Git - e2factory.git/commitdiff
cache: remove tooldebug noise
authorTobias Ulmer <tu@emlix.com>
Fri, 17 Jun 2016 15:24:32 +0000 (17:24 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:18 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/cache.lua

index 9032f37ae510a3c81666634e47d417db119ba608..26705d0024c9cf5ecd629ffe46346ffbae322152 100644 (file)
@@ -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