StanfordBDHG / ResearchKitOnFHIR

HL7 FHIR Structured Data Capture with ResearchKit on iOS
https://swiftpackageindex.com/StanfordBDHG/ResearchKitOnFHIR/documentation
MIT License
13 stars 2 forks source link

Removal of forgotten print statement #76

Closed luppoalberto111 closed 7 months ago

luppoalberto111 commented 7 months ago

Removal of forgotten print statement

:recycle: Current situation & Problem

@vishnuravi forgot one print statement before merging. This print cannot be suppressed and prints always internal information for every user of the library.

:gear: Release Notes

An unnecessary Print statement was removed.

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.98%. Comparing base (7c2efdc) to head (745e087).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76/graphs/tree.svg?width=650&height=150&src=pr&token=A9IUX2PFCL&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG)](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG) ```diff @@ Coverage Diff @@ ## main #76 +/- ## ========================================== + Coverage 84.60% 89.98% +5.38% ========================================== Files 9 9 Lines 779 778 -1 ========================================== + Hits 659 700 +41 + Misses 120 78 -42 ``` | [Files](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG) | Coverage Δ | | |---|---|---| | [...RToResearchKit/QuestionnaireItem+ResearchKit.swift](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG#diff-U291cmNlcy9SZXNlYXJjaEtpdE9uRkhJUi9GSElSVG9SZXNlYXJjaEtpdC9RdWVzdGlvbm5haXJlSXRlbStSZXNlYXJjaEtpdC5zd2lmdA==) | `90.99% <ø> (+11.50%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG). Last update [7c2efdc...745e087](https://app.codecov.io/gh/StanfordBDHG/ResearchKitOnFHIR/pull/76?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordBDHG).