diff --git a/src/dorkbox/systemTray/util/JavaFX.java b/src/dorkbox/systemTray/util/JavaFX.java index 5f50cbf..e477e23 100644 --- a/src/dorkbox/systemTray/util/JavaFX.java +++ b/src/dorkbox/systemTray/util/JavaFX.java @@ -61,9 +61,7 @@ class JavaFX { .getMethod("isFxUserThread", null); } } catch (Throwable e) { - if (SystemTray.DEBUG) { - SystemTray.logger.error("Cannot initialize JavaFX", e); - } + SystemTray.logger.error("Cannot initialize JavaFX", e); } dispatchMethod = _dispatchMethod;