summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/action/require/check.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/check.lua b/xmake/modules/private/action/require/check.lua
index 943e6aad4..cf1e3000d 100644
--- a/xmake/modules/private/action/require/check.lua
+++ b/xmake/modules/private/action/require/check.lua
@@ -49,7 +49,6 @@ function main(requires_raw)
-- attempt to install git from the builtin-packages first if git not found
--
if git and (not repository.pulled() or option.get("upgrade")) then
- print("repo update")
task.run("repo", {update = true})
end