From 3dd2d12f75a78dd4539b6fdbdf680b9400b6d5dc Mon Sep 17 00:00:00 2001 From: soundsonacid Date: Thu, 21 Mar 2024 15:14:19 -0500 Subject: [PATCH] remove debug print --- src/oraclemap.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/oraclemap.rs b/src/oraclemap.rs index 19dfbb9..21475f4 100644 --- a/src/oraclemap.rs +++ b/src/oraclemap.rs @@ -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,