Skip to content

Commit

Permalink
chore(sns): Remove accidentally-committed logs (#1911)
Browse files Browse the repository at this point in the history
These were added for debugging and they were accidentally committed in
#1788. This PR removes them
  • Loading branch information
anchpop authored Oct 8, 2024
1 parent 92fa964 commit cb996c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rs/sns/governance/src/governance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4640,20 +4640,10 @@ impl Governance {

self.maybe_gc();

log!(INFO, "AAA");
println!("AAA");
if self.should_refresh_cached_upgrade_steps() {
log!(INFO, "BBB");
println!("BBB");
self.temporarily_lock_refresh_cached_upgrade_steps();
log!(INFO, "CCC");
println!("CCC");
self.refresh_cached_upgrade_steps().await;
log!(INFO, "DDD");
println!("DDD");
}
log!(INFO, "EEE");
println!("EEE");
}

pub fn temporarily_lock_refresh_cached_upgrade_steps(&mut self) {
Expand Down

0 comments on commit cb996c5

Please sign in to comment.