mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-30 07:20:44 +00:00
remove debug message
This commit is contained in:
parent
774d24625c
commit
50405c0bd5
@ -99,7 +99,6 @@ public class Mounter {
|
||||
if (canMountToParent && !canMountToDir) {
|
||||
MountWithinParentUtil.prepareParentNoMountPoint(userChosenMountPoint);
|
||||
cleanup = () -> {
|
||||
System.out.println("CLEANUP");
|
||||
MountWithinParentUtil.cleanup(userChosenMountPoint);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user