Skip to content

Commit b3519ad

Browse files
committed
revert testing changes
1 parent b1d288d commit b3519ad

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ tokio-tungstenite = { version = "0.26.2", features = ["native-tls", "url"] }
5757
http = "1.3.1"
5858
url = { version = "2.5.4", features = ["serde"] }
5959
pyth-lazer-publisher-sdk = "0.1.5"
60-
hex = "0.4.3"
6160

6261
[dev-dependencies]
6362
tempfile = "3.20.0"

src/agent/metrics.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ impl ProductGlobalMetrics {
119119
let symbol_string = maybe_symbol
120120
.map(|x| x.into())
121121
.unwrap_or(format!("unknown_{}", product_key));
122-
tracing::info!(
123-
"pythnet symbol: {} pubkey: {} hex: {}",
124-
symbol_string,
125-
product_key,
126-
hex::encode(product_key)
127-
);
128122

129123
#[deny(unused_variables)]
130124
let Self { update_count } = self;

0 commit comments

Comments
 (0)