Skip to content

Commit 18c4bab

Browse files
committed
remove deprecation warning
1 parent 80d25c2 commit 18c4bab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/google/api_client/auth/file_storage.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@ class FileStorage
3434
:path
3535

3636
def initialize(path)
37-
Google::APIClient.logger("DEPRECATED: Please use Storage Class instead.")
3837
@path = path
3938
store = Google::APIClient::FileStore.new(@path)
4039
@storage = Google::APIClient::Storage.new(store)
4140
@storage.authorize
4241
end
4342

4443
def load_credentials
45-
Google::APIClient.logger("DEPRECATED: Please use Storage Class instead.")
4644
storage.authorize
4745
end
4846

0 commit comments

Comments
 (0)