lib/rack/websocket/handler/base/connection.rb in websocket-rack-0.3.3 vs lib/rack/websocket/handler/base/connection.rb in websocket-rack-0.4.0

- old
+ new

@@ -56,15 +56,9 @@ @ssl = socket.backend.respond_to?(:ssl?) && socket.backend.ssl? socket.websocket = self socket.comm_inactivity_timeout = 0 - if socket.comm_inactivity_timeout != 0 - puts "WARNING: You are using old EventMachine version. " + - "Please consider updating to EM version >= 1.0.0 " + - "or running Thin using thin-websocket." - end - debug [:initialize] end # Overwrite dispath from em-websocket # we already have request headers parsed so