Fix debug logging error
This commit is contained in:
parent
6257faf9dc
commit
effaeb7508
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user