|
@@ -10,8 +10,6 @@ import org.cryptomator.frontend.webdav.WebDavServer;
|
|
|
import org.cryptomator.frontend.webdav.mount.MountParams;
|
|
|
import org.cryptomator.frontend.webdav.mount.Mounter;
|
|
|
import org.cryptomator.frontend.webdav.servlet.WebDavServletController;
|
|
|
-import org.slf4j.Logger;
|
|
|
-import org.slf4j.LoggerFactory;
|
|
|
|
|
|
import javax.inject.Inject;
|
|
|
import javax.inject.Provider;
|
|
@@ -22,7 +20,6 @@ import java.util.Optional;
|
|
|
|
|
|
public class WebDavVolume implements Volume {
|
|
|
|
|
|
- private static final Logger LOG = LoggerFactory.getLogger(WebDavVolume.class);
|
|
|
private static final String LOCALHOST_ALIAS = "cryptomator-vault";
|
|
|
|
|
|
private final Provider<WebDavServer> serverProvider;
|