From 8b870a069c24702ad05a0d6bcbe17e0b58a54b0c Mon Sep 17 00:00:00 2001 From: Peilun Li Date: Thu, 22 Aug 2024 15:05:03 +0800 Subject: [PATCH] nit. --- node/file_location_cache/src/file_location_cache.rs | 1 - 1 file changed, 1 deletion(-) 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 {