GRN2-xx: Removed unnecessary log lines (#930)

* Removed unnecessary log lines

* Removed empty function
This commit is contained in:
Ahmad Farhat
2020-01-24 13:08:06 -05:00
committed by farhatahmad
parent 397b4b742f
commit 5949a6e243
3 changed files with 3 additions and 12 deletions

View File

@ -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