summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-27 22:44:18 +0800
committerruki <[email protected]>2021-12-27 22:44:18 +0800
commit8eef6fa5a87daf8f9446081e7038758660483b25 (patch)
treef1c6b3bbb30f8a932f9fefb4cdf194609796bc9a
parent21e2abe305c819cd292bf6bac4f39f2778279288 (diff)
remove unused logs
-rw-r--r--xmake/core/tool/compiler.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua
index 4c5b5f7cd..745453e0f 100644
--- a/xmake/core/tool/compiler.lua
+++ b/xmake/core/tool/compiler.lua
@@ -93,7 +93,6 @@ end
-- load compiler tool
function compiler._load_tool(sourcekind, target)
- print(sourcekind, target:name())
-- get program from target
local program, toolname, toolchain_info
if target and target.tool then