Skip to content

Commit 2fa3ef0

Browse files
committed
non debug application insights reference
1 parent d9d71b5 commit 2fa3ef0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RelistenApi/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ public static IWebHost BuildWebHost(string[] args, int port) => WebHost.CreateDe
3030
.UseContentRoot(Directory.GetCurrentDirectory())
3131
.UseUrls($"http://*:{port}/")
3232
.UseStartup<Startup>()
33-
#if !DEBUG
34-
.UseApplicationInsights()
35-
#endif
3633
.Build();
3734
}
3835
}

0 commit comments

Comments
 (0)