We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf00532 + 27f02b4 commit 64130f2Copy full SHA for 64130f2
src/importer/ptb.rs
@@ -319,8 +319,6 @@ impl Importer for ImportPTB {
319
let mut files_with_errors = Vec::default();
320
321
for (file_path, doc_path) in documents {
322
- reporter.info(format!("Processing {}", &file_path.to_string_lossy()))?;
323
-
324
let f = std::fs::File::open(&file_path)?;
325
let mut decoder = DecodeReaderBytes::new(f);
326
let mut file_content = String::new();
0 commit comments