From 78173c1612a07fbd384f2ba2c4045f0d0ed51c55 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Mon, 20 Jun 2022 02:49:32 +0100 Subject: [PATCH] Remove Useless crap --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index 87b93ff..057c714 100644 --- a/Program.cs +++ b/Program.cs @@ -49,7 +49,6 @@ class Program { Log.Error("Output directory '{o}' Does not exist or is not a directory you have access to" , _outputDirectory); - Console.WriteLine("Do"); Environment.Exit(1); }