diff --git a/sn.go b/sn.go index 327a6c0..8c20e34 100644 --- a/sn.go +++ b/sn.go @@ -179,7 +179,6 @@ func PostStoryToStackerNews(story *Story) { CommentStackerNewsPost(comment, parentId) log.Printf("Commented post on SN: parentId=%d text='%s'\n", parentId, comment) - } func CommentStackerNewsPost(text string, parentId int) {