Skip to content

Commit 4fd00f8

Browse files
author
Gauvain Pocentek
committed
remove debug print statement
1 parent 5b08d2a commit 4fd00f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ def list(self, obj_class, **kwargs):
420420
", ".join(missing))
421421

422422
url = self._construct_url(id_=None, obj=obj_class, parameters=kwargs)
423-
print(url)
424423
headers = self._create_headers()
425424

426425
# Remove attributes that are used in url so that there is only

0 commit comments

Comments
 (0)