Removed debug code.

This commit is contained in:
Thorsten Eckel 2016-12-07 09:00:08 +01:00
parent 8bda5068ae
commit b2b68fd8b2

View file

@ -25,8 +25,6 @@ module Cti
o_id: data[:o_id], o_id: data[:o_id],
user_id: data[:user_id], user_id: data[:user_id],
) )
# p "------------------"
# p record
return record if !record.new_record? return record if !record.new_record?
record.comment = data[:comment] record.comment = data[:comment]