forked from External/greenlight
GRN2-xx: Removed unnecessary log lines (#930)
* Removed unnecessary log lines * Removed empty function
This commit is contained in:
committed by
farhatahmad
parent
397b4b742f
commit
5949a6e243
@ -18,11 +18,6 @@
|
||||
|
||||
class WaitingChannel < ApplicationCable::Channel
|
||||
def subscribed
|
||||
Rails.logger.info "subscribed [#{params[:useruid]}:#{params[:roomuid]}]"
|
||||
stream_from "#{params[:roomuid]}_waiting_channel"
|
||||
end
|
||||
|
||||
def unsubscribed
|
||||
Rails.logger.info "unsubscribed [#{params[:useruid]}:#{params[:roomuid]}]"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user