Skip to content

Commit 2807006

Browse files
author
Gauvain Pocentek
committed
drop some debug statements
1 parent d65b684 commit 2807006

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gitlab.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ def create(self, obj):
278278
url = obj._url % obj.__dict__
279279
url = '%s%s?private_token=%s' % (self._url, url, self.private_token)
280280

281-
print url
282-
print obj.__dict__
283-
284281
try:
285282
# TODO: avoid too much work on the server side by filtering the
286283
# __dict__ keys

0 commit comments

Comments
 (0)