diff options
| author | ruki <[email protected]> | 2023-07-13 00:44:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-13 00:44:08 +0800 |
| commit | a9e120799d461cb7fb674ebfa273850869daf465 (patch) | |
| tree | c210175261ac82617463afa960b25e26c85ace24 /xmake/rules/c++/modules/modules_support/gcc.lua | |
| parent | bdb28e5aadc99547a07edb10f8d7708c47fc93ed (diff) | |
remove debug logs
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/gcc.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/gcc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |
