diff --git a/lib/vonage/client.rb b/lib/vonage/client.rb index e4f5e140..ee7f1fa4 100644 --- a/lib/vonage/client.rb +++ b/lib/vonage/client.rb @@ -53,7 +53,6 @@ def conversation # sig { returns(T.nilable(Vonage::Conversations)) } def conversations - logger.info('This method is deprecated and will be removed in a future release. Please use `#conversation` instead.') @conversations ||= T.let(Conversations.new(config), T.nilable(Vonage::Conversations)) end