Turn off media logging

This commit is contained in:
spikecodes 2021-02-25 11:30:15 -08:00
parent be2a1d876b
commit a197df89ff
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 0 additions and 1 deletions

View File

@ -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"),