mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-22 23:09:14 +00:00
Fix debug logging error
This commit is contained in:
parent
6257faf9dc
commit
effaeb7508
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue