Skip to content

Commit 08b3ae6

Browse files
committed
Fixes unnecessary log
1 parent 2feabc5 commit 08b3ae6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ public MonitorThread(ProgramArgs args) {
8080
}
8181

8282
private void DoMonitor() {
83-
Console.WriteLine("DoMonitor");
8483
Process = Process.Start(Args.ExeName, Args.Arguments);
85-
Console.WriteLine("DoMonitor1");
8684
while (true) {
8785
if (Process.WaitForExit(1000) && !IsCancelled) {
8886
Process = Process.Start(Args.ExeName, Args.Arguments);

0 commit comments

Comments
 (0)