From a9e120799d461cb7fb674ebfa273850869daf465 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 13 Jul 2023 00:44:08 +0800 Subject: remove debug logs --- xmake/rules/c++/modules/modules_support/gcc.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/rules/c++/modules/modules_support/gcc.lua b/xmake/rules/c++/modules/modules_support/gcc.lua index 00a63bb03..a243a8762 100644 --- a/xmake/rules/c++/modules/modules_support/gcc.lua +++ b/xmake/rules/c++/modules/modules_support/gcc.lua @@ -293,7 +293,6 @@ function generate_user_headerunits_for_batchjobs(target, batchjobs, headerunits, -- build headerunits local projectdir = os.projectdir() for _, headerunit in ipairs(headerunits) do - print(headerunit) local headerunit_path if headerunit.type == ":quote" then headerunit_path = path.join(".", path.relative(headerunit.path, projectdir)) -- cgit v1.3.1