From 00eff4085914b87a1355e42d8b55e990990980a3 Mon Sep 17 00:00:00 2001 From: OSM Date: Sat, 17 Oct 2020 15:52:41 -0600 Subject: [PATCH] remove debugger. --- Executables/OrbisNeighborhood/OrbisNeighborhood.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Executables/OrbisNeighborhood/OrbisNeighborhood.cs b/Executables/OrbisNeighborhood/OrbisNeighborhood.cs index 53a601f..76ae556 100644 --- a/Executables/OrbisNeighborhood/OrbisNeighborhood.cs +++ b/Executables/OrbisNeighborhood/OrbisNeighborhood.cs @@ -36,8 +36,6 @@ public OrbisNeighborhood() { InitializeComponent(); - System.Diagnostics.Debugger.Launch(); - TargetList.RowsDefaultCellStyle.BackColor = Color.FromArgb(57, 60, 62); TargetList.AlternatingRowsDefaultCellStyle.BackColor = Color.FromArgb(60, 63, 65);