Skip to content

Commit 7acc8e1

Browse files
committed
Removed debug relic;
1 parent 1bfb800 commit 7acc8e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

membersuite_api_client/subscriptions/services.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def ms_object_to_model(self, ms_obj):
6565
" Converts an individual result to a Subscription Model "
6666
sane_obj = convert_ms_object(
6767
ms_obj['Fields']['KeyValueOfstringanyType'])
68-
import pdb; pdb.set_trace()
6968
subscription = Subscription(
7069
id=sane_obj['ID'],
7170
org_id=sane_obj['Owner'],

0 commit comments

Comments
 (0)