diff --git a/ruby/lib/jam_ruby/connection_manager.rb b/ruby/lib/jam_ruby/connection_manager.rb index 8ecee49f0..35a3efdf9 100644 --- a/ruby/lib/jam_ruby/connection_manager.rb +++ b/ruby/lib/jam_ruby/connection_manager.rb @@ -44,7 +44,7 @@ module JamRuby end # reclaim the existing connection, if ip_address is not nil then perhaps a new address as well - def reconnect(conn, reconnect_music_session_id, ip_address, &blk) + def reconnect(conn, reconnect_music_session_id, ip_address) music_session_id = nil reconnected = false @@ -98,9 +98,6 @@ module JamRuby conn.region = region conn.city = city conn.save!(validate: false) - - # we're passing all this stuff so that the user record might be updated as well... - blk.call(addr, locidispid, latitude, longitude, countrycode, region, city) unless blk.nil? end sql =<