Skip to content

Commit 3f6bf54

Browse files
author
anjmao
committed
Remove unused property
1 parent 98e4d0f commit 3f6bf54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

netcore/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ class Startup
4040
BaseAddress = new Uri($"http://{Environment.GetEnvironmentVariable("HOST")}:5002")
4141
};
4242

43-
private static Random _random = new Random();
44-
4543
private static void HandleTest(IApplicationBuilder app)
4644
{
4745
app.Run(async ctx =>

0 commit comments

Comments
 (0)