From a2e896b2ae350bafba3c64af3261644b903dc573 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 10:34:38 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 5bde2f2..2b37f57 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -69,7 +69,7 @@ public class TestingList extends Panel { } } } catch (Exception ex) { - SwingUtils.showException(getComponent(), ex); + // SwingUtils.showException(getComponent(), ex); } } @@ -386,7 +386,7 @@ public class TestingList extends Panel { args.put("DEVICE", sDeviceName); run(sTestName, args); } catch (Exception ex) { - // SwingUtils.showMessage(this, "", ex.toString()); + SwingUtils.showMessage(this, "", ex.toString()); } } }