Turned off Debug (prep for release)

This commit is contained in:
nathan 2017-02-21 12:24:10 +01:00
parent 6291eaeda3
commit c2209bfd5f

View File

@ -157,7 +157,7 @@ class SystemTray {
/**
* This property is provided for debugging any errors in the logic used to determine the system-tray type.
*/
public static boolean DEBUG = true;
public static boolean DEBUG = false;
private static volatile SystemTray systemTray = null;