removed logging of unused property

This commit is contained in:
Armin Schrenk 2022-04-28 11:54:51 +02:00
parent a304427973
commit 62c7f95f7c
No known key found for this signature in database
GPG Key ID: 8F2992163CBBA7FC

View File

@ -42,7 +42,6 @@ public class Environment {
LOG.debug("cryptomator.appVersion: {}", System.getProperty("cryptomator.appVersion"));
LOG.debug("cryptomator.buildNumber: {}", System.getProperty("cryptomator.buildNumber"));
LOG.debug("cryptomator.showTrayIcon: {}", System.getProperty("cryptomator.showTrayIcon"));
LOG.debug("fuse.experimental: {}", Boolean.getBoolean("fuse.experimental"));
}
public boolean useCustomLogbackConfig() {