diff --git a/docs/script-catalog/person_authentication/github-external-authenticator/GithubExternalAuthenticator.py b/docs/script-catalog/person_authentication/github-external-authenticator/GithubExternalAuthenticator.py index 9e0f259e585..e0187f78afa 100644 --- a/docs/script-catalog/person_authentication/github-external-authenticator/GithubExternalAuthenticator.py +++ b/docs/script-catalog/person_authentication/github-external-authenticator/GithubExternalAuthenticator.py @@ -31,7 +31,6 @@ def __init__(self, currentTimeMillis): def init(self, customScript, configurationAttributes): print "GitHub. Initialization" - print "GitHub. Initialized successfully" # read config from github_creds_file github_creds_file = configurationAttributes.get("github_creds_file").getValue2() @@ -252,4 +251,4 @@ def getUserInfo(self, accessToken): return userinfoResponse except Exception as e: print e - return None \ No newline at end of file + return None