summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/require/impl/package.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua
index 3a0eeb22e..af9208ac7 100644
--- a/xmake/actions/require/impl/package.lua
+++ b/xmake/actions/require/impl/package.lua
@@ -633,7 +633,6 @@ function _install_packages(packages_install, packages_download)
end
-- trace
- cprintf("\r${yellow} => ${clear}installing %s .. %s", table.concat(installing, ", "), waitchars[waitindex + 1])
cprintf("\r${yellow} => ${clear}")
if #downloading > 0 then
cprintf("downloading ${magenta}%s${clear}", table.concat(downloading, ", "))