Skip to content

Commit

Permalink
Remove commented-out pdb.set_trace()
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfCardinal committed Jan 14, 2025
1 parent 25475cd commit a8c1cda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion crate_anon/crateweb/consent/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4089,7 +4089,6 @@ def get_str(query_param_name: str, default: Optional[str]) -> str:
study_details_pdf=None,
subject_form_template_pdf=None,
)
# import pdb; pdb.set_trace()
consent_mode = ConsentMode(
id=TEST_ID,
nhs_number=nhs_number,
Expand Down
4 changes: 1 addition & 3 deletions crate_anon/nlp_manager/tests/cloud_request_process_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ def setUp(self) -> None:
configtext = self._mk_nlp_config()
log.debug(configtext)
f.write(configtext)
# import pdb; pdb.set_trace()

# Server side
register_all_crate_python_processors_with_serverprocessor()
Expand Down Expand Up @@ -647,8 +646,7 @@ def test_cloud_pipeline_dict_format(self) -> None:
# Reset for other tests:
crate_anon.nlp_webserver.tasks.USE_DICT_FORMAT_NLPRP_RESULT = prev

# To explore the database manually:
# import pdb; pdb.set_trace()
# To explore the database manually: import pdb; pdb.set_trace()

def test_cloud_pipeline_list_format(self) -> None:
"""
Expand Down

0 comments on commit a8c1cda

Please # to comment.