We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ca129 commit 0d3779dCopy full SHA for 0d3779d
src/indexer/pangea_event_handler.rs
@@ -5,7 +5,7 @@ use chrono::Utc;
5
use prometheus::{register_int_counter, IntCounter};
6
use serde::{Deserialize, Serialize};
7
use std::sync::Arc;
8
-use tracing::{debug, error, info, warn};
+use tracing::{debug, error, warn};
9
10
lazy_static::lazy_static! {
11
static ref PROCESSED_ORDERS_TOTAL: IntCounter = register_int_counter!(
0 commit comments