changeset 1783:1de39fd67cbc

Remove accidentally included debugging line Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/015952.html
author Andrew Azores <aazores@redhat.com>
date Thu, 10 Sep 2015 10:35:38 -0400
parents 5345e379a7a6
children b14d240b710b
files setup/command/src/main/java/com/redhat/thermostat/setup/command/internal/SetupWindow.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup/command/src/main/java/com/redhat/thermostat/setup/command/internal/SetupWindow.java	Wed Sep 09 12:50:27 2015 +0200
+++ b/setup/command/src/main/java/com/redhat/thermostat/setup/command/internal/SetupWindow.java	Thu Sep 10 10:35:38 2015 -0400
@@ -133,7 +133,6 @@
         });
 
         try {
-            showErrorDialog(new NullPointerException("This is a text exception."));
             shutdown.await();
 
             // Determine if we've finished successfully.