Skip to content

Commit

Permalink
removed Console.ReadKey() at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Jul 20, 2020
1 parent 147eb98 commit 89f4b62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Carbuncle/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ static void Main(string[] args)
PrintHelp();
break;
}
Console.ReadKey();

}
static void PrintHelp()
{
Expand Down

0 comments on commit 89f4b62

Please sign in to comment.