mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-08 23:57:46 +00:00
Fix debug log in post.rs
This commit is contained in:
parent
db3196df5a
commit
f9b3981448
3 changed files with 2 additions and 4 deletions
|
@ -105,8 +105,6 @@ async fn parse_post(json: &serde_json::Value) -> Post {
|
|||
rewrite_urls(&val(post, "selftext_html")).replace("\\", "")
|
||||
};
|
||||
|
||||
dbg!(val(post, "permalink"));
|
||||
|
||||
// Build a post using data parsed from Reddit post API
|
||||
Post {
|
||||
id: val(post, "id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue