From 86ad43102751fd690d89c6a71cae4da848a2e4f5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 20 Aug 2013 01:01:33 -0300 Subject: oops, remove debug message :) --- src/luarocks/build.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua index 4f089cff..49bcefab 100644 --- a/src/luarocks/build.lua +++ b/src/luarocks/build.lua @@ -77,7 +77,6 @@ local function install_files(files, location, is_module_path) local ok, err = fs.make_dir(dest) if not ok then return nil, err end end -print("COPYING ",dir.path(file), dir.path(dest, filename)) local ok = fs.copy(dir.path(file), dir.path(dest, filename)) if not ok then return nil, "Failed copying "..file -- cgit v1.2.3-55-g6feb