From 761092372543cab4fe9a26a7528d0d26de896844 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 10:32:55 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 0a4d844..5bde2f2 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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()); } } }