diff options
| author | ruki <[email protected]> | 2022-01-29 00:47:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-29 00:47:01 +0800 |
| commit | 1120cb91f64c6dcc45e31ff3bd53a126bddeed00 (patch) | |
| tree | 77aa41b9052f52b15cf3bea55a912703ecd492fb | |
| parent | 0b8b054bcd07172fc2b84919d5a4181c8ab80ce6 (diff) | |
remove logs
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua index 60cfbe05e..0d383c6d0 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua @@ -838,7 +838,6 @@ function _make_source_file_forspec(vcxprojfile, vsinfo, target, sourcefile, sour -- add source file sourcefile = path.relative(path.absolute(sourcefile), target.project_dir) for _, info in ipairs(sourceinfo) do - print("spec", info) -- enter it local nodename = (info.sourcekind == "as" and "CustomBuild" or (info.sourcekind == "mrc" and "ResourceCompile" or "ClCompile")) |
