Skip to content

Commit fbce254

Browse files
committed
chore: cleanup
1 parent b51c405 commit fbce254

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/to/bitkit/repositories/WalletRepo.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ class WalletRepo @Inject constructor(
326326
amountSats = _walletState.value.bip21AmountSats,
327327
description = _walletState.value.bip21Description,
328328
).onSuccess { bolt11 ->
329-
Logger.debug("Bolt11 created: $bolt11", context = TAG)
330329
setBolt11(bolt11)
331330
}
332331
} else {

0 commit comments

Comments
 (0)