diff --git a/crypt/Program.cs b/crypt/Program.cs index 4322baf..9e15219 100644 --- a/crypt/Program.cs +++ b/crypt/Program.cs @@ -8,12 +8,10 @@ class Program { static void Main(string[] args) { - #if DEBUG args = new string[] { "/e", @"C:\temp\media" }; //args = new string[] { "/d", @"C:\temp\media\CRY" }; #endif - if (args.Length == 0 || args.Contains("/?")) { ShowHelp();