Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid committed Mar 21, 2024
1 parent aae62c5 commit 3dd2d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/oraclemap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ impl OracleMap {
.map(|(market_index, pubkey, _)| (*market_index, *pubkey))
.collect();

dbg!(oracle_infos_map.len());

Self {
subscribed: Cell::new(false),
oraclemap,
Expand Down

0 comments on commit 3dd2d12

Please sign in to comment.