Skip to content

Commit a31513a

Browse files
author
Costin Bleotu
committed
Remove print statement
1 parent 5d74675 commit a31513a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gogs_client/interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def get_user_repos(self, auth, username):
192192
"""
193193
path = "/users/{u}/repos".format(u=username)
194194
response = self._check_ok(self._get(path, auth=auth))
195-
print response
196195
return [GogsRepo.from_json(repo_json) for repo_json in response.json()]
197196

198197
def delete_repo(self, auth, username, repo_name):

0 commit comments

Comments
 (0)