Skip to content

Commit 8d18c07

Browse files
committed
fix: removed unnecessary logging
1 parent 110de9d commit 8d18c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scripts/generate_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ def get_config_readme(repo_name):
8080
# ----------------------------
8181
# query information from github about the organization
8282
gh_instance = Github(auth=Auth.Token(os.environ["GITHUB_TOKEN"]))
83-
logger.info("authenticated to Github as %s", gh_instance.get_user().login)
83+
logger.info("authenticated to Github API")
8484
gh_org = gh_instance.get_organization("MPUSP")
85-
logger.info("fetching data for organization %s", gh_org.login)
85+
logger.info("fetching data for organization)
8686

8787
# get members and their stats
8888
members = {}

0 commit comments

Comments
 (0)