From 0864717f9b9afae5c3fa1a983605b7df2abba8fd Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 24 Aug 2022 00:39:20 +0800 Subject: remove unused log --- xmake/modules/private/action/require/check.lua | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.3.1