check for and delete hwi directory on macos and windows

This commit is contained in:
Craig Raw 2025-01-31 11:04:40 +02:00
parent ff571c3df4
commit 8b47701dbe

View file

@ -39,7 +39,7 @@ public class Hwi {
private final Set<byte[]> newDeviceRegistrations = new HashSet<>(); private final Set<byte[]> newDeviceRegistrations = new HashSet<>();
static { static {
//deleteHwiDir(); deleteHwiDir();
} }
public List<Device> enumerate(String passphrase) throws ImportException { public List<Device> enumerate(String passphrase) throws ImportException {