Skip to content

Commit

Permalink
Fixes unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
test-ivann committed Dec 1, 2019
1 parent 2feabc5 commit 08b3ae6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ public MonitorThread(ProgramArgs args) {
}

private void DoMonitor() {
Console.WriteLine("DoMonitor");
Process = Process.Start(Args.ExeName, Args.Arguments);
Console.WriteLine("DoMonitor1");
while (true) {
if (Process.WaitForExit(1000) && !IsCancelled) {
Process = Process.Start(Args.ExeName, Args.Arguments);
Expand Down

0 comments on commit 08b3ae6

Please sign in to comment.