Преглед на файлове

No longer warn about this method invocation

Sebastian Stenzel преди 5 години
родител
ревизия
d2a27c782d
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      main/commons/src/main/java/org/cryptomator/common/vaults/WindowsDriveLetters.java

+ 0 - 1
main/commons/src/main/java/org/cryptomator/common/vaults/WindowsDriveLetters.java

@@ -41,7 +41,6 @@ public final class WindowsDriveLetters {
 
 	public Set<String> getOccupiedDriveLetters() {
 		if (!SystemUtils.IS_OS_WINDOWS) {
-			LOG.warn("Attempted to get occupied drive letters on non-Windows machine.");
 			return Set.of();
 		} else {
 			Iterable<Path> rootDirs = FileSystems.getDefault().getRootDirectories();