Skip to content

Commit

Permalink
Logs every faye message
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 27, 2012
1 parent a8a657c commit db8ba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faye_extensions/devise_auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def incoming(message, callback)
message['error'] = "Invalid auth token"
end
end
# puts "Message: #{message.inspect}"
puts "Message: #{message.inspect}"
callback.call(message)
end

Expand Down

0 comments on commit db8ba43

Please sign in to comment.