Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jun 24, 2019
1 parent 56becd5 commit bcd2a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ pub fn convert_error(input: &str, e: VerboseError<&str>) -> crate::lib::std::str
};

let lines: crate::lib::std::vec::Vec<_> = input.lines().map(crate::lib::std::string::String::from).collect();
println!("lines: {:?}", lines);

let mut result = crate::lib::std::string::String::new();

Expand Down

0 comments on commit bcd2a62

Please sign in to comment.