From a7eba5be6c85d35bcca7c5cb4f9f923a0fa2a4d9 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 12 Feb 2020 15:33:27 -0300 Subject: remove debugging --- src/luarocks/fetch.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/luarocks/fetch.lua b/src/luarocks/fetch.lua index 0fc3f506..464061d1 100644 --- a/src/luarocks/fetch.lua +++ b/src/luarocks/fetch.lua @@ -26,7 +26,6 @@ function fetch.fetch_caching(url) local cachefile = dir.path(cache_dir, filename) if cfg.aggressive_cache and (not name:match("^manifest")) and fs.exists(cachefile) then - print("FAST TRACK!", cfg.aggressive_cache) return cachefile, nil, nil, true end -- cgit v1.2.3-55-g6feb