summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-20 22:26:50 +0800
committerruki <[email protected]>2021-01-20 22:26:50 +0800
commit3e3d12d3f2f813e4801374ddc810ac383cc0ea5c (patch)
tree747ccddd9350ea7d6f12959d8cd5db106fe0ea90
parentec6df1331de27c611aa0ea3f16e2bcb365948bfd (diff)
remove unused logs
-rw-r--r--xmake/actions/update/main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua
index a10817764..5a5786e74 100644
--- a/xmake/actions/update/main.lua
+++ b/xmake/actions/update/main.lua
@@ -294,7 +294,6 @@ function main()
-- has been installed?
local fetchinfo = assert(fetch_version(option.get("xmakever")), "cannot fetch xmake version info!")
- print(fetchinfo)
local is_official = fetchinfo.is_official
local mainurls = fetchinfo.urls
local version = fetchinfo.version