Skip to content

Commit f866b53

Browse files
committed
Revert 944edf2 as it breaks the functionality
1 parent aa05860 commit f866b53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/purejava/KeepassProxyAccess.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ public boolean associate() {
162162
connection.associate();
163163
return true;
164164
} catch (IOException | IllegalStateException | KeepassProxyAccessException e) {
165-
// TODO:
166-
// Revert after Qt bug is fixed
167-
// This compensates throwing a KeepassProxyAccessException in Connection#associate()
168-
if (e.getMessage().equals(connection.EXCEPTION_INFO)) return true;
169165
log.info(e.toString(), e.getCause());
170166
return false;
171167
}

0 commit comments

Comments
 (0)