Remove tracing

This commit is contained in:
Asriel Camora
2023-11-04 23:15:20 -07:00
parent 3167b0db44
commit e07617f1c8
10 changed files with 10 additions and 97 deletions
-4
View File
@@ -8,12 +8,8 @@ internal static class Program
{
private static Task Main(string[] args)
{
#if !IS_TRACE
RunBench(args);
return Task.CompletedTask;
#else
return RunTrace();
#endif
// return RunOther();
}