From 308143e0c97009e8bc09149157690cb41359a903 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 14 Apr 2019 22:43:37 -0700 Subject: [PATCH] Remove unncessary output. --- src/joann-pupper-bot.cr | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/joann-pupper-bot.cr b/src/joann-pupper-bot.cr index 99ca654..53a7947 100644 --- a/src/joann-pupper-bot.cr +++ b/src/joann-pupper-bot.cr @@ -102,14 +102,11 @@ class PupperBot LOGGER.info "Trying to save post #{post.title} #{post.url}" begin @db.exec "insert into posts(title, url) values(?, ?)", post.title, post.url - rescue e - puts e + rescue end end end end botc = PupperBot.new - -# Commands. sleep