diff options
| author | ruki <[email protected]> | 2022-08-24 00:39:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-24 00:39:20 +0800 |
| commit | 0864717f9b9afae5c3fa1a983605b7df2abba8fd (patch) | |
| tree | c68947fc6ade84b712b31b55ccf79fba83148f0e | |
| parent | eb1245d6e1c8ea95b93bbf6d7a4e8a039a48b193 (diff) | |
remove unused log
| -rw-r--r-- | xmake/modules/private/action/require/check.lua | 1 |
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 |
