]> git.e2factory.org Git - e2factory.git/commitdiff
cache: remove debug trace logging
authorTobias Ulmer <tu@emlix.com>
Thu, 24 Nov 2016 14:53:13 +0000 (15:53 +0100)
committerTobias Ulmer <tu@emlix.com>
Thu, 24 Nov 2016 14:53:13 +0000 (15:53 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/cache.lua

index fe3b7a0ff352d3add461d40987bcc4fe4cfc7ea7..ec30f10877cbdfdde2458b0751ab87062f9cbb65 100644 (file)
@@ -506,7 +506,6 @@ end
 -- @return bool
 -- @return an error object on failure
 local function cache_file(c, server, location, flags)
-    e2lib.logf(4, "called cache_file from here: %s", debug.traceback("", 2))
     local e = err.new("caching file failed: %s:%s", server, location)
     local rc, re
     local ce, re = cache.ce_by_server(c, server)