Closedown

This commit is contained in:
boccioli_m
2015-06-10 10:32:55 +02:00
parent 8a8186f716
commit 7610923725

View File

@@ -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());
}
}
}