From 7b6d069488f8d7418f01e7f8f87dc34d0b502cd6 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Thu, 8 Feb 2024 14:50:44 +0100 Subject: cleanup --- xmake/rules/c++/modules/modules_support/msvc/builder.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/rules/c++/modules/modules_support/msvc/builder.lua b/xmake/rules/c++/modules/modules_support/msvc/builder.lua index c703de478..3fc86b369 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/builder.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/builder.lua @@ -38,7 +38,6 @@ function _make_modulebuildflags(target, provide, bmifile, opt) local interfaceflag = compiler_support.get_interfaceflag(target) local internalpartitionflag = compiler_support.get_internalpartitionflag(target) local ifconly = (not opt.build_objectfile and ifconlyflag) - print("AAAAAAAAAAAAAAAA", bmifile, opt.build_objectfile) local flags if provide then -- named module -- cgit v1.3.1