Fix debug logging error

This commit is contained in:
spikecodes
2021-01-31 19:08:50 -08:00
parent 6257faf9dc
commit effaeb7508

View File

@ -155,8 +155,6 @@ async fn parse_comments(json: &serde_json::Value) -> Vec<Comment> {
Vec::new() Vec::new()
}; };
dbg!();
comments.push(Comment { comments.push(Comment {
id: val(&comment, "id"), id: val(&comment, "id"),
body, body,