1
0
Fork 0

Remove stray io.debug

master
LEdoian 3 weeks ago
parent c6d545833a
commit b93fd82343

@ -271,7 +271,6 @@ pub fn parse_detailed(
|> list.map(string.trim)
|> utils.fold_try_varindex(from: FoldAccumulator([], []), starting_with: 1, with: fold_func_embed(fold_func, canonical_directives, is_environment))
// For some reason I cannot `|> result.try()`, which makes me sad, so it goes to the line below :-)
|> io.debug
use line_types <- result.try(line_types)
case line_types {
FoldAccumulator([], lines) -> Ok(list.reverse(lines)) // It is faster to add lines to front!

Loading…
Cancel
Save