Skip to content

Commit

Permalink
fix: remove unused statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Aug 6, 2024
1 parent 44dbf40 commit 25c1752
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class KeyService {
val account = Persistence.accountRepository.findByUsername(accountUsername) ?: throw IllegalArgumentException("Account not found")
val accountId = account.id
val key = generateKeyPair()
println("generateKeyPair")
return keyRepository.create(accountId, key)
}

Expand Down

0 comments on commit 25c1752

Please sign in to comment.