Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Remove debug code :trashcat:
Browse files Browse the repository at this point in the history
  • Loading branch information
JKAnderson committed Mar 11, 2019
1 parent 108cd4d commit 22c7640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Yabber/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class Program
{
static void Main(string[] args)
{
args = new string[] { @"C:\Users\Joseph\Downloads\stayparam-parambnd-dcx-bak" };
if (args.Length == 0)
{
Assembly assembly = Assembly.GetExecutingAssembly();
Expand Down Expand Up @@ -48,7 +47,7 @@ static void Main(string[] args)
pause = true;
}
}
catch (InvalidOperationException ex)
catch (Exception ex)
{
Console.WriteLine($"Unhandled exception: {ex}");
pause = true;
Expand Down

0 comments on commit 22c7640

Please sign in to comment.