fix dotnet init

This commit is contained in:
Laurent Perron
2023-02-01 14:23:14 +01:00
parent 2c50d8bc16
commit 7d6261ceb7
2 changed files with 0 additions and 2 deletions

View File

@@ -103,7 +103,6 @@ public class CsIntegerProgramming
{
CppBridge.InitLogging("csintegerprogramming.cs");
CppFlags flags = new CppFlags();
flags.logtostderr = true;
flags.log_prefix = false;
CppBridge.SetFlags(flags);