From 50a5c4cae51cc43bbc720e92ec5249992c2b5826 Mon Sep 17 00:00:00 2001 From: Alexander Moerman Date: Wed, 16 May 2018 15:39:41 +0200 Subject: [PATCH] Remove Microsoft ApplicationInsights --- src/TeamCityTheatre.Web/TeamCityTheatre.Web.csproj | 1 - src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/TeamCityTheatre.Web/TeamCityTheatre.Web.csproj b/src/TeamCityTheatre.Web/TeamCityTheatre.Web.csproj index c9186b83..cea845e0 100644 --- a/src/TeamCityTheatre.Web/TeamCityTheatre.Web.csproj +++ b/src/TeamCityTheatre.Web/TeamCityTheatre.Web.csproj @@ -24,7 +24,6 @@ - diff --git a/src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml b/src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml index 8fa48c67..2378da1c 100644 --- a/src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml +++ b/src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml @@ -1,6 +1,4 @@ -@using Microsoft.ApplicationInsights.AspNetCore -@inject JavaScriptSnippet JavaScriptSnippet - + @@ -10,7 +8,6 @@ @RenderSection("styles", required:false) - @Html.Raw(JavaScriptSnippet.FullScript) @{ Html.RenderPartial("_nav"); }