Skip to content

Commit e2b82ff

Browse files
author
derwentx
committed
whoopsies
1 parent 6c3d326 commit e2b82ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def request_post_mortem(self, response=None):
8686
except ValueError:
8787
pass
8888

89-
import pudb; pudb.set_trace()
89+
# import pudb; pudb.set_trace()
9090

9191
if 'code' in response_json or 'message' in response_json:
9292
reason = " - ".join([

0 commit comments

Comments
 (0)