Fix debug logging error

This commit is contained in:
spikecodes 2021-01-31 19:08:50 -08:00
parent 6257faf9dc
commit effaeb7508
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB

View File

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