Skip to content

Commit

Permalink
Clean up prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Sep 18, 2023
1 parent 19471f1 commit 8dfb83c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/converter/fhir_to_fce.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ def process_target_structure_map(fhirQuestionnaire):


def get_updated_properties_from_item(item):
print("Process get_updated_properties_from_item")
updated_properties = {}

hidden = find_extension(item, "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden")
Expand Down Expand Up @@ -557,7 +556,6 @@ def find_initial_value(item, property):


def process_enable_when_item(item):
print("process_enableWhen", item)
question = item.get("question")
operator = item.get("operator")
answer = {}
Expand Down
1 change: 0 additions & 1 deletion app/sdc/assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ async def load_sub_questionnaire(client, root_elements, parent_item, item):
await client.resources("Questionnaire").search(_id=item["subQuestionnaire"]).get()
)
sub = to_first_class_extension(sub_fhir)
print(sub)

variables = prepare_variables(item)
if validate_assemble_context(sub, variables):
Expand Down

0 comments on commit 8dfb83c

Please sign in to comment.