mirror of
https://github.com/132nd-vWing/tacview-splitter.git
synced 2026-08-26 08:48:38 +02:00
remove debug output
This commit is contained in:
@@ -58,7 +58,6 @@ impl Line {
|
||||
current_line: &'a S,
|
||||
coalition_ids: &mut CoalitionIDs<'a>,
|
||||
) -> Result<Self, ProcessingError> {
|
||||
println!("{}", current_line.as_ref());
|
||||
let line_type = match old_line.continued {
|
||||
true => old_line.line_type,
|
||||
false => LineType::find_type(current_line)?,
|
||||
|
||||
Reference in New Issue
Block a user