removed pdb

This commit is contained in:
Levi 2017-06-04 17:05:48 -05:00
parent ab4d1cf9c9
commit 8598c540b9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def handleStripeError(f):
'response_object': None,
'error': None
}
import pdb;pdb.set_trace()
common_message = "Currently its not possible to make payments."
try:
response_object = f(*args, **kwargs)