Skip to content

Commit 0e29387

Browse files
committed
log: don't log "string files"
1 parent 3398a11 commit 0e29387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parseable/streams.rs

-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ impl Stream {
460460
.set(0);
461461
}
462462

463-
warn!("staging files-\n{staging_files:?}\n");
464463
for (parquet_path, arrow_files) in staging_files {
465464
metrics::STAGING_FILES
466465
.with_label_values(&[&self.stream_name])

0 commit comments

Comments
 (0)