Remove debug line (#4548)

This commit is contained in:
wendrul
2024-10-18 20:31:53 +02:00
committed by GitHub
parent 9b4e7be908
commit eb5ad0efee

View File

@@ -640,9 +640,7 @@ pub async fn get_logs_from_store(
if log_offset > 0 {
if let Some(file_index) = log_file_index.clone() {
tracing::debug!("Getting logs from store: {file_index:?}");
if let Some(os) = OBJECT_STORE_CACHE_SETTINGS.read().await.clone() {
tracing::debug!("object store client present, streaming from there");
let logs = logs.to_string();
let stream = async_stream::stream! {