We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfb800 commit 7acc8e1Copy full SHA for 7acc8e1
1 file changed
membersuite_api_client/subscriptions/services.py
@@ -65,7 +65,6 @@ def ms_object_to_model(self, ms_obj):
65
" Converts an individual result to a Subscription Model "
66
sane_obj = convert_ms_object(
67
ms_obj['Fields']['KeyValueOfstringanyType'])
68
- import pdb; pdb.set_trace()
69
subscription = Subscription(
70
id=sane_obj['ID'],
71
org_id=sane_obj['Owner'],
0 commit comments