From af7ddfce698c79bfa7276015f1e2c947d6135261 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 14 Oct 2015 17:49:02 -0500 Subject: Remove some excessive logging --- lib/action_cable/channel/base.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/action_cable/channel/base.rb') diff --git a/lib/action_cable/channel/base.rb b/lib/action_cable/channel/base.rb index 2f1b4a187d..3f0c4d62d9 100644 --- a/lib/action_cable/channel/base.rb +++ b/lib/action_cable/channel/base.rb @@ -139,7 +139,6 @@ module ActionCable # This method is not intended to be called directly by the user. Instead, overwrite the #unsubscribed callback. def unsubscribe_from_channel run_unsubscribe_callbacks - logger.info "#{self.class.name} unsubscribed" end @@ -175,7 +174,6 @@ module ActionCable def subscribe_to_channel - logger.info "#{self.class.name} subscribing" run_subscribe_callbacks end -- cgit v1.2.3