Skip to content

Commit

Permalink
remove dbg! statements (#2061)
Browse files Browse the repository at this point in the history
Co-authored-by: tbro <[email protected]>
  • Loading branch information
tbro and tbro authored Sep 25, 2024
1 parent cd342b9 commit 30e2865
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sequencer/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,6 @@ mod test {
EventType::UpgradeProposal { proposal, .. } => {
let upgrade = proposal.data.upgrade_proposal;
let new_version = upgrade.new_version;
dbg!(&new_version);
assert_eq!(new_version, <MockSeqVersions as Versions>::Upgrade::VERSION);
break upgrade.new_version_first_view;
}
Expand Down Expand Up @@ -1746,7 +1745,6 @@ mod test {

// ChainConfigs will eventually be resolved
if let Some(configs) = configs {
dbg!(height, new_version_first_view);
if height > new_version_first_view {
for config in configs {
assert_eq!(config, chain_config_upgrade);
Expand Down

0 comments on commit 30e2865

Please sign in to comment.