Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit bd885fb

Browse files
author
Alex Corvin
committed
Remove print statement
1 parent cee6a06 commit bd885fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pygithub3/services/statuses/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def create(self, repo, ref, state, user=None, target_url=None, description=None)
4747
If you aren't authenticated and call without user, it returns 403
4848
::
4949
"""
50-
print 'Linking to: {0}'.format(target_url)
5150
request = self.make_request('statuses.create', repo=repo,
5251
ref=ref, user=user, state=state,
5352
description=description,

0 commit comments

Comments
 (0)