VRFS-3190 : Fix band model tests

This commit is contained in:
Steven Miers 2015-06-15 19:09:25 -05:00
parent bd0c931df0
commit 02be103694
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ module JamRuby
end
online_presences = params[:online_presences]
Rails.logger.info("ONLINE_PRESENCE: #{online_presences.inspect} / #{params.inspect}")
if online_presences.present?
online_presences.each do |op|
new_presence = OnlinePresence.create(band, op, false)