Skip to content

Commit 316754d

Browse files
author
Gauvain Pocentek
committed
Drop leftover pdb call
1 parent f3f300c commit 316754d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/mixins.py

-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def delete(self, id, **kwargs):
235235
GitlabAuthenticationError: If authentication is not correct
236236
GitlabDeleteError: If the server cannot perform the request
237237
"""
238-
import pdb; pdb.set_trace()
239238
if not isinstance(id, int):
240239
id = id.replace('/', '%2F')
241240
path = '%s/%s' % (self.path, id)

0 commit comments

Comments
 (0)