Skip to content

Commit

Permalink
remove debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
OSM-Made committed Oct 17, 2020
1 parent cb3ce85 commit 00eff40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Executables/OrbisNeighborhood/OrbisNeighborhood.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 00eff40

Please sign in to comment.