Skip to content

Commit

Permalink
Removing logger call from Client
Browse files Browse the repository at this point in the history
  • Loading branch information
superchilled committed Mar 12, 2024
1 parent 56cce21 commit 50eb744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vonage/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50eb744

Please sign in to comment.