Skip to content

Commit

Permalink
fix(p2md): PPM-705 - Removed extraneous logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Sep 10, 2021
1 parent 3863933 commit a777db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppmutils/p2md.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ def get_study_questionnaires(cls, request, study):
"""
# Get surveys
surveys = P2MD.get_qualtrics_surveys(request, study=study)
logger.error(surveys)
questionnaire_ids = [s["questionnaire_id"] for s in surveys if s.get("questionnaire_id")]
eligibility_questionnaire_id = next((s["questionnaire_id"] for s in surveys if s.get("eligibility_for")), None)

Expand Down

0 comments on commit a777db7

Please sign in to comment.