mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-23 07:19:14 +00:00
Turn off media logging
This commit is contained in:
parent
be2a1d876b
commit
a197df89ff
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ impl Post {
|
||||||
|
|
||||||
// Determine the type of media along with the media URL
|
// Determine the type of media along with the media URL
|
||||||
let (post_type, media, gallery) = Media::parse(&data).await;
|
let (post_type, media, gallery) = Media::parse(&data).await;
|
||||||
dbg!(&media.url);
|
|
||||||
|
|
||||||
posts.push(Self {
|
posts.push(Self {
|
||||||
id: val(post, "id"),
|
id: val(post, "id"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue