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