Removed unneeded line.

This commit is contained in:
Thorsten Eckel 2015-07-09 16:19:33 +02:00
parent a03627debf
commit 51bf6eb0f1

View file

@ -23,7 +23,6 @@ class Channel::Twitter
@channel = Channel.find_by( area: 'Twitter::Inbound', active: true )
@tweet = Tweet.new( @channel[:options][:auth] )
@sync = @channel[:options][:sync]
tweet = @tweet.from_article(article)
disconnect