Skip to content

Commit

Permalink
Removed testing code :|
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness committed Dec 18, 2015
1 parent ffcbe88 commit e2f206d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Procurement/View/RefreshView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public void RefreshAllTabs()
ApplicationState.Stash[ApplicationState.CurrentLeague].RefreshAll(ApplicationState.Model, ApplicationState.CurrentLeague, ApplicationState.AccountName);
ApplicationState.Model.StashLoading -= model_StashLoading;
ApplicationState.Model.Throttled -= model_Throttled;
throw new Exception("test");
}
catch (Exception ex)
{
Expand Down

0 comments on commit e2f206d

Please sign in to comment.