summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-13 23:27:02 +0800
committerruki <[email protected]>2023-09-13 23:27:02 +0800
commitc397586f00d033cb8bb5c5904d58d4affe196146 (patch)
treeb52a574f1061a633c461b208f83e51e63ddb20aa
parent7733874171389ce6a9a54e2dfac42b762cb7a26d (diff)
remove logs
-rw-r--r--xmake/modules/private/action/require/impl/actions/download.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/download.lua b/xmake/modules/private/action/require/impl/actions/download.lua
index d0d5c67d5..5d6d54263 100644
--- a/xmake/modules/private/action/require/impl/actions/download.lua
+++ b/xmake/modules/private/action/require/impl/actions/download.lua
@@ -84,8 +84,6 @@ function _checkout(package, url, sourcedir, opt)
-- we need to enable longpaths on windows
local longpaths = package:policy("platform.longpaths")
- print("rev", package:revision(opt.url_alias))
- print("tag", package:tag())
-- download package from branches?
packagedir = path.join(sourcedir .. ".tmp", package:name())
local branch = package:branch()