Skip to content

Commit

Permalink
drop some debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jul 10, 2013
1 parent d65b684 commit 2807006
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gitlab.py
Expand Up @@ -278,9 +278,6 @@ def create(self, obj):
url = obj._url % obj.__dict__
url = '%s%s?private_token=%s' % (self._url, url, self.private_token)

print url
print obj.__dict__

try:
# TODO: avoid too much work on the server side by filtering the
# __dict__ keys
Expand Down

0 comments on commit 2807006

Please sign in to comment.