Skip to content

Commit f44b67f

Browse files
committed
console fix
1 parent dd2c28f commit f44b67f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

MainWindow.xaml.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,13 @@ public partial class MainWindow : Window
5454

5555
public MainWindow()
5656
{
57-
Console.WriteLine(123);
58-
Trace.WriteLine(123);
5957
InitializeComponent();
6058
mainWindowStatic = this;
6159
Main();
6260
}
6361

6462
private void Main()
6563
{
66-
Console.WriteLine(123);
67-
Trace.WriteLine(123);
68-
6964
// check cmdline args
7065
string[] args = Environment.GetCommandLineArgs();
7166

@@ -74,12 +69,10 @@ private void Main()
7469

7570
// default logger
7671
Log.CreateLogger(isJSON: false, version: version);
77-
Log.WriteLine("123");
7872

7973
// default code
8074
Environment.ExitCode = (int)ExitCode.Success;
8175

82-
8376
if (args.Length > 1)
8477
{
8578
AttachConsole(ATTACH_PARENT_PROCESS);

0 commit comments

Comments
 (0)