Skip to content

Commit 64130f2

Browse files
authored
Merge pull request #502 from korpling/feature/ptb-reduce-stdout
reduce output
2 parents cf00532 + 27f02b4 commit 64130f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/importer/ptb.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ impl Importer for ImportPTB {
319319
let mut files_with_errors = Vec::default();
320320

321321
for (file_path, doc_path) in documents {
322-
reporter.info(format!("Processing {}", &file_path.to_string_lossy()))?;
323-
324322
let f = std::fs::File::open(&file_path)?;
325323
let mut decoder = DecodeReaderBytes::new(f);
326324
let mut file_content = String::new();

0 commit comments

Comments
 (0)