From a197df89ff4293f9ab969650eda101c979529437 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Thu, 25 Feb 2021 11:30:15 -0800 Subject: [PATCH] Turn off media logging --- src/utils.rs | 1 - 1 file changed, 1 deletion(-) 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"),