Skip to content

Commit

Permalink
Forgot to remove extra cleanup line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilses committed Aug 5, 2016
1 parent a019e09 commit 8be2b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PogoLocationFeeder.GUI/Models/SniperInfoModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public void CleanupThread() {
Application.Current.Dispatcher.BeginInvoke(new Action(() => {
Date = $"{ukn}{remaining.Minutes}m {remaining.Seconds}s";
}));
GlobalSettings.Output.RemoveListExtras();
Thread.Sleep(1000);
} catch (Exception) {
Thread.Sleep(1000);
Expand Down

0 comments on commit 8be2b96

Please sign in to comment.