Removing service logger. Incorrect implementation; loggers are global instead, and set in a Google::APIClient class method

This commit is contained in:
Sergio Gomes 2013-10-29 13:17:39 +00:00
parent 0fd0dca2f4
commit ef4541b6eb
1 changed files with 0 additions and 8 deletions

View File

@ -110,7 +110,6 @@ module Google
end
@client = Google::APIClient.new(params)
@client.logger = options[:logger] if options.include? :logger
@connection = options[:connection] || @client.connection
@ -147,13 +146,6 @@ module Google
generate_call_stubs(self, @api)
end
##
# Logger for the Service.
#
# @return [Logger]
# The logger instance.
def_delegators :@client, :logger, :logger=
##
# Returns the authorization mechanism used by the service.
#