diff --git a/com/gallery/GalleryRemote/GalleryRemote.java b/com/gallery/GalleryRemote/GalleryRemote.java index 692b91b..9ab8243 100644 --- a/com/gallery/GalleryRemote/GalleryRemote.java +++ b/com/gallery/GalleryRemote/GalleryRemote.java @@ -39,7 +39,6 @@ public class GalleryRemote { private GalleryRemote() { defaults = new PropertiesFile("defaults"); properties = new PropertiesFile(defaults, "remote"); - System.out.println(defaults); } private void run() { @@ -59,7 +58,7 @@ private void run() { mainFrame.initComponents(); } catch ( Exception e ) { - e.printStackTrace(); + Log.logException(Log.CRITICAL, "Startup", e); } }