summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 945f19b..d0e05ea 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -94,7 +94,6 @@ class BaseManager(object):
GitlabGetError: If the server fails to perform the request.
"""
args = self._set_parent_args(**kwargs)
- print(args)
if not self.obj_cls.canGet:
raise NotImplementedError
return self.obj_cls.get(self.gitlab, id, **args)