diff --git a/node/file_location_cache/src/file_location_cache.rs b/node/file_location_cache/src/file_location_cache.rs index 73dd941..6e278d6 100644 --- a/node/file_location_cache/src/file_location_cache.rs +++ b/node/file_location_cache/src/file_location_cache.rs @@ -8,7 +8,6 @@ use shared_types::{timestamp_now, TxID}; use std::cmp::Reverse; use std::collections::HashMap; use storage::config::ShardConfig; -use tracing::debug; /// Caches limited announcements of specified file from different peers. struct AnnouncementCache {