Skip to content

Commit

Permalink
dbg++
Browse files Browse the repository at this point in the history
  • Loading branch information
Aif4thah committed Jun 6, 2024
1 parent 450f519 commit 05f389f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@
TestCpu.TestAffinity(Secret);
}



if (string.IsNullOrEmpty(url))
{
app.Urls.Add("http://localhost:4000");
Expand Down
1 change: 0 additions & 1 deletion TestCpu/TestCpu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static void CalculateSHA512(string input)
}
}
stopWatch.Stop();
Console.WriteLine("Current proc : {0}", Process.GetCurrentProcess().ProcessorAffinity);
}
}

Expand Down

0 comments on commit 05f389f

Please sign in to comment.