From e2f206dd5e5acf0648e9ffd471d09405c2a7658f Mon Sep 17 00:00:00 2001 From: Stickymaddness Date: Fri, 18 Dec 2015 17:15:09 +0200 Subject: [PATCH] Removed testing code :| --- Procurement/View/RefreshView.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Procurement/View/RefreshView.xaml.cs b/Procurement/View/RefreshView.xaml.cs index c7c2900c..8b319fba 100644 --- a/Procurement/View/RefreshView.xaml.cs +++ b/Procurement/View/RefreshView.xaml.cs @@ -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) {