diff --git a/IGP/IGP.csproj b/IGP/IGP.csproj
index 1b68762..b4fa8e5 100644
--- a/IGP/IGP.csproj
+++ b/IGP/IGP.csproj
@@ -60,15 +60,4 @@
Example.resx
-
-
- <_ContentIncludedByDefault Remove="wwwroot\content\notes\coop\image\notes\map-lostprovince\Map_LostProvince.png" />
- <_ContentIncludedByDefault Remove="wwwroot\image\notes\coop-holdout\CoopBaseLarge.png" />
- <_ContentIncludedByDefault Remove="wwwroot\image\notes\coop-holdout\DefendPoints.png" />
- <_ContentIncludedByDefault Remove="wwwroot\image\notes\coop-holdout\EnemySpawns.png" />
- <_ContentIncludedByDefault Remove="wwwroot\image\notes\coop-holdout\Multipliers.png" />
- <_ContentIncludedByDefault Remove="wwwroot\image\notes\coop-holdout\OpenBases.png" />
- <_ContentIncludedByDefault Remove="wwwroot\image\notes\coop-holdout\Pyre.png" />
-
-
diff --git a/IGP/PageLayout.razor b/IGP/PageLayout.razor
index b799c7f..7c41b7b 100644
--- a/IGP/PageLayout.razor
+++ b/IGP/PageLayout.razor
@@ -70,8 +70,6 @@
{
searchService.Show();
}
-
- Console.WriteLine(keyboardEventArgs.CtrlKey + " " + keyboardEventArgs.Key);
}
diff --git a/IGP/wwwroot/image/hero/Build.png b/IGP/wwwroot/image/hero/Build.png
index 5712023..73fa36a 100644
Binary files a/IGP/wwwroot/image/hero/Build.png and b/IGP/wwwroot/image/hero/Build.png differ
diff --git a/IGP/wwwroot/image/hero/Database.png b/IGP/wwwroot/image/hero/Database.png
index ef381e9..4e97d93 100644
Binary files a/IGP/wwwroot/image/hero/Database.png and b/IGP/wwwroot/image/hero/Database.png differ
diff --git a/IGP/wwwroot/image/hero/Notes.png b/IGP/wwwroot/image/hero/Notes.png
index 948af7a..bcbc0d1 100644
Binary files a/IGP/wwwroot/image/hero/Notes.png and b/IGP/wwwroot/image/hero/Notes.png differ
diff --git a/IGP/wwwroot/image/hero/Streams.png b/IGP/wwwroot/image/hero/Streams.png
index 0b5b79b..ed2e1bb 100644
Binary files a/IGP/wwwroot/image/hero/Streams.png and b/IGP/wwwroot/image/hero/Streams.png differ
diff --git a/Model/Notes/NoteContentModel.cs b/Model/Notes/NoteContentModel.cs
index ea3d71a..465ff58 100644
--- a/Model/Notes/NoteContentModel.cs
+++ b/Model/Notes/NoteContentModel.cs
@@ -37,10 +37,6 @@ public class NoteContentModel
{
var regex = new Regex(@"^#* (.*)$", RegexOptions.Multiline);
var listOfMatches = regex.Matches(LoadedContent);
-
- Console.WriteLine($"Name: {Name}");
-
- Console.WriteLine($"Matches: {listOfMatches.Count}");
List foundHeaders = new List();