Remove unncessary output.

This commit is contained in:
Danila Fedorin 2019-04-14 22:43:37 -07:00
parent 7834d345bf
commit 308143e0c9
1 changed files with 1 additions and 4 deletions

View File

@ -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