changeset 726:024d6d6901fb

Remove "Launching..." message printed at startup This message serves no purpose for the users. Remove it. Reviewed-by: vanaltj Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-October/003829.html
author Omair Majid <omajid@redhat.com>
date Tue, 23 Oct 2012 14:40:34 -0400
parents 3c82d501a8e1
children bfbc04020529
files main/src/main/java/com/redhat/thermostat/main/Thermostat.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/src/main/java/com/redhat/thermostat/main/Thermostat.java	Fri Oct 19 17:34:42 2012 +0200
+++ b/main/src/main/java/com/redhat/thermostat/main/Thermostat.java	Tue Oct 23 14:40:34 2012 -0400
@@ -75,7 +75,6 @@
 
     @Override
     public void run() {
-        System.out.println("Launching...");
         try {
             launch();
         } catch (IOException | NoSuchMethodException | InterruptedException |