Thomas Vachuska
Committed by Gerrit Code Review

Suppressing GUI server stack trace when running multiple STCs at the same time.

Change-Id: I4b40aa2017f8b2ee540380b8d4f94bd186ae73f7
......@@ -149,7 +149,7 @@ public final class Main {
try {
server.start();
} catch (Exception e) {
e.printStackTrace();
print("GUI already active; running without...");
}
}
......