Browse Source

Remove print statements

pull/172/head
ariannedee 5 years ago
parent
commit
93d710b6e1
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      edivorce/apps/core/templatetags/step_order.py
  2. +0
    -1
      edivorce/apps/core/utils/efiling_documents.py

+ 0
- 1
edivorce/apps/core/templatetags/step_order.py View File

@ -49,7 +49,6 @@ def _get_next_sub_step(step, sub_step, want_which_orders, children_of_marriage,
def _adjust_for_orders(next_item, want_which_orders, children_of_marriage, direction):
print(children_of_marriage)
tests = [
lambda next_item: next_item == 6 and not children_of_marriage,
lambda next_item: next_item == 7 and 'Spousal support' not in want_which_orders,


+ 0
- 1
edivorce/apps/core/utils/efiling_documents.py View File

@ -87,7 +87,6 @@ def forms_to_file(responses_dict, initial=False):
uploaded.append({'doc_type': 'AFDO', 'party_code': 2})
elif signing_location_you == 'Virtual' and signing_location_spouse == 'In-person':
print('got here')
if has_children:
uploaded.append({'doc_type': 'CSA', 'party_code': 1})
uploaded.append({'doc_type': 'AFDO', 'party_code': 1})


Loading…
Cancel
Save