Turn off media logging
This commit is contained in:
parent
be2a1d876b
commit
a197df89ff
@ -222,7 +222,6 @@ impl Post {
|
||||
|
||||
// Determine the type of media along with the media URL
|
||||
let (post_type, media, gallery) = Media::parse(&data).await;
|
||||
dbg!(&media.url);
|
||||
|
||||
posts.push(Self {
|
||||
id: val(post, "id"),
|
||||
|
Loading…
Reference in New Issue
Block a user