From effaeb7508a4f0d15d9bc29b9e22e90370bf8011 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 31 Jan 2021 19:08:50 -0800 Subject: [PATCH] Fix debug logging error --- src/post.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/post.rs b/src/post.rs index f53dd84..1b67d03 100644 --- a/src/post.rs +++ b/src/post.rs @@ -155,8 +155,6 @@ async fn parse_comments(json: &serde_json::Value) -> Vec { Vec::new() }; - dbg!(); - comments.push(Comment { id: val(&comment, "id"), body,