Skip to content

Commit 9eadaa9

Browse files
committed
Removed debug options
1 parent ce3c260 commit 9eadaa9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

MySQL-To-CSharp/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ static void Main(string[] args)
120120
.SetDefault(false).WithDescription("(optional) Generate a reading constructor and SQL statement output - Activate with -g true");
121121
parser.SetupHelp("?", "help").Callback(text => Console.WriteLine(text));
122122

123-
#if DEBUG
124-
args = new [] { "-p", "123", "-d", "az_world", "-g", "true"};
125-
#endif
126-
127123
var result = parser.Parse(args);
128124
if (!result.HasErrors)
129125
{

0 commit comments

Comments
 (0)