Skip to content

Commit

Permalink
Remove end-of-program pauses
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Nov 1, 2024
1 parent 0f6378c commit 08564ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ static void Main(string[] args)
if (options == null)
{
Options.DisplayHelp();
Console.WriteLine("Press enter to close the program...");
Console.ReadLine();
return;
}

Expand Down Expand Up @@ -63,9 +61,6 @@ static void Main(string[] args)
if (options.EnableScanning)
Protector.GetAndWriteProtections(scanner, inputPath);
}

Console.WriteLine("Press enter to close the program...");
Console.ReadLine();
}
}
}

0 comments on commit 08564ed

Please sign in to comment.