Skip to content

Commit

Permalink
🔥 remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 17, 2020
1 parent 65ab80a commit c0486ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moban_jinja2_github/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def get_contributors(user, repo, exclude_contributors=()):
repo = EndPoint(user, repo)
try:
user_list = repo.get_all_contributors()
print(exclude_contributors)
user_list = [
detail
for detail in user_list
Expand Down

0 comments on commit c0486ea

Please sign in to comment.