From 8a7b5215e90e944246366197e4fa01bc927dd57a Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 18 Aug 2025 23:44:10 +0800 Subject: remove debug code --- xmake/modules/core/project/depend.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core') diff --git a/xmake/modules/core/project/depend.lua b/xmake/modules/core/project/depend.lua index 15b5d25c8..ca05dc2f4 100644 --- a/xmake/modules/core/project/depend.lua +++ b/xmake/modules/core/project/depend.lua @@ -70,7 +70,7 @@ end -- show diagnosis info? function _is_show_diagnosis_info() - local show = true -- _g.is_show_diagnosis_info + local show = _g.is_show_diagnosis_info if show == nil then if project.policy("diagnosis.check_build_deps") then show = true -- cgit v1.3.1