diff --git a/src/split/splitter.rs b/src/split/splitter.rs index 337dc8f..206d32f 100644 --- a/src/split/splitter.rs +++ b/src/split/splitter.rs @@ -173,7 +173,6 @@ impl Splitter { .collect() }; - // Change this to create senders instead let mut senders = HashMap::new(); let mut chunk_writers = Vec::new(); let output_path = match self.output_prefix {