From 75aeab68cd10fd361547fb7da23151ede22c70f1 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 19 Mar 2021 23:19:29 +0800 Subject: remove unused codes --- xmake/actions/config/main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 9d56baac4..8b4098ca5 100644 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -152,7 +152,6 @@ function _check_target_toolchains() -- we only abort it when we know that toolchains of platform and target do not found local toolchain_found for _, toolchain_inst in pairs(target:toolchains()) do - print(toolchain_inst:name()) if toolchain_inst:is_standalone() then toolchain_found = true end -- cgit v1.3.1