- remove debug output

This commit is contained in:
Jordan Sissel 2010-10-18 00:06:44 +00:00
parent af762f69bb
commit 75dd74d398

View file

@ -17,9 +17,7 @@ class LogStash::Outputs::Websocket
port = (@url.port or 3000)
EventMachine::WebSocket.start(:host => host, :port => port) do |ws|
ws.onopen do
puts "Open"
sid = @channel.subscribe do |msg|
puts "Sending: #{msg}"
ws.send msg
end
ws.onclose do