Skip to content

Commit

Permalink
remove bintray signup oss info (#8917)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed May 5, 2021
1 parent b703156 commit b5d46d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conans/client/rest/auth_manager.py
Expand Up @@ -48,9 +48,6 @@ def call_rest_api_method(self, remote, method_name, *args, **kwargs):
# Anonymous is not enough, ask for a user
self._user_io.out.info('Please log in to "%s" to perform this action. '
'Execute "conan user" command.' % remote.name)
if "bintray" in remote.url:
self._user_io.out.info('If you don\'t have an account sign up here: '
'https://bintray.com/signup/oss')
return self._retry_with_new_token(user, remote, method_name, *args, **kwargs)
elif token and refresh_token:
# If we have a refresh token try to refresh the access token
Expand Down

0 comments on commit b5d46d8

Please sign in to comment.