Skip to content

Commit 3b4f782

Browse files
authored
linera-service: remove debugging print (#5165)
## Motivation I left a spoon in the pie. ## Proposal Extract. ## Test Plan None. ## Release Plan - These changes should be backported to the latest `testnet` branch, then - be released in a new SDK, ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
1 parent c582c2e commit 3b4f782

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

linera-service/src/cli/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,6 @@ impl Runnable for Job {
15281528
.synchronize_chain_state_from_committee(committee)
15291529
.await?;
15301530
context.update_wallet_from_client(&chain_client).await?;
1531-
dbg!(context.wallet().chain_ids());
15321531
}
15331532

15341533
Wallet(WalletCommand::FollowChain { chain_id, sync }) => {

0 commit comments

Comments
 (0)