Skip to content

Commit

Permalink
Drop leftover pdb call
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Oct 8, 2017
1 parent f3f300c commit 316754d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/mixins.py
Expand Up @@ -235,7 +235,6 @@ def delete(self, id, **kwargs):
GitlabAuthenticationError: If authentication is not correct
GitlabDeleteError: If the server cannot perform the request
"""
import pdb; pdb.set_trace()
if not isinstance(id, int):
id = id.replace('/', '%2F')
path = '%s/%s' % (self.path, id)
Expand Down

0 comments on commit 316754d

Please sign in to comment.