From d428ed892a30ba93eac18875dbafc69ddc990b7f Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 8 Sep 2024 21:50:30 +0200 Subject: [PATCH] Remove 'item is not twitter link' log message --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 1ef692a..216c5a8 100644 --- a/main.go +++ b/main.go @@ -79,8 +79,6 @@ func main() { log.Printf("created comment %d\n", cId) SaveComment(&sn.Comment{Id: cId, Text: comment, ParentId: item.Id}) - } else { - log.Printf("item %d is not twitter link\n", item.Id) } }