Skip to content

Commit 7e54a39

Browse files
author
Gauvain Pocentek
committed
remove debugging print instruction
1 parent 0e0c81d commit 7e54a39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def get(self, id=None, **kwargs):
9494
GitlabGetError: If the server fails to perform the request.
9595
"""
9696
args = self._set_parent_args(**kwargs)
97-
print(args)
9897
if not self.obj_cls.canGet:
9998
raise NotImplementedError
10099
return self.obj_cls.get(self.gitlab, id, **args)

0 commit comments

Comments
 (0)