Skip to content

Commit 37e29df

Browse files
lklimekCopilot
andauthored
chore: remove some comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 29afd79 commit 37e29df

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/backend_task/tokens/claim_tokens.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ impl AppContext {
6868
// No more rewards available, exit the loop
6969
break;
7070
}
71-
// ConsensusError::StateError(StateError::InvalidTokenClaimNoCurrentRewards(as_refected)))) if as_expected,
72-
7371
// any other result we propagate
7472
Ok(x) => return Ok(x),
7573
Err(e) => {

src/ui/tokens/claim_tokens_screen.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ impl ScreenLike for ClaimTokensScreen {
260260
);
261261
self.status = ClaimTokensStatus::Complete;
262262
} else {
263-
// self.display_message("No tokens available to claim.", MessageType::Error);
264263
self.status =
265264
ClaimTokensStatus::ErrorMessage("No tokens available to claim.".to_string());
266265
}

0 commit comments

Comments
 (0)