Skip to content

Commit ba4eaeb

Browse files
authored
Apply suggestions from code review
1 parent 715091a commit ba4eaeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hub/src/main/java/ch/iterate/hub/protocols/hub/HubCryptoVault.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public HubCryptoVault(final Path home, final String decryptedPayload, final Stri
4545

4646
public Path encrypt(Session<?> session, Path file, byte[] directoryId, boolean metadata) throws BackgroundException {
4747
log.debug("HubCryptoVault.encrypt. Use directory ID '{}' for folder {}", directoryId, file);
48-
// assert directoryId != null;
4948
return super.encrypt(session, file, directoryId, metadata);
5049
}
5150

0 commit comments

Comments
 (0)