Removed not needed debug infos.
This commit is contained in:
parent
2146db0f3e
commit
b3ffd1108b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue