Removed not needed debug infos.

This commit is contained in:
Martin Edenhofer 2013-11-19 13:30:01 +01:00
parent 2146db0f3e
commit b3ffd1108b

View file

@ -156,10 +156,6 @@ class TwitterTest < ActiveSupport::TestCase
# check if ticket and article has been created
article = Ticket::Article.where( :message_id => dm.id ).last
puts "----------------------------------------"
puts "DM: " + dm.inspect
puts "AT: " + article.inspect
puts "----------------------------------------"
assert( article, "inbound article created" )
# ticket = Ticket.find( article.ticket.id )
ticket = article.ticket