diff --git a/src/utils.rs b/src/utils.rs index a11e18f..02a53b9 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -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"),