remove debug output

This commit is contained in:
132nd-Professor
2022-08-12 22:06:23 +02:00
parent ac873d385e
commit d944942d62
-1
View File
@@ -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)?,