From 277b7bc9f1ce46740de1c167294e235737a6e305 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Tue, 10 May 2016 16:38:11 +0300 Subject: Don't spam 'Updating manifest for...' Installation success message is enough and is more important (what's a manifest and why users should care?) --- src/luarocks/manif.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/luarocks/manif.lua b/src/luarocks/manif.lua index 05621315..bc202be3 100644 --- a/src/luarocks/manif.lua +++ b/src/luarocks/manif.lua @@ -432,8 +432,6 @@ function manif.update_manifest(name, version, repo, deps_mode) if deps_mode == "none" then deps_mode = cfg.deps_mode end - util.printout("Updating manifest for "..repo) - local manifest, err = manif.load_manifest(repo) if not manifest then util.printerr("No existing manifest. Attempting to rebuild...") -- cgit v1.2.3-55-g6feb