You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when using the hlyapy v1.3.4 package from Pypi there are still some debug statements being output to stdout. It looks like this is coming from a print() statement in factories:102. In the develop branch, it looks like this extra print statement was removed in an earlier PR.
Is there a way someone could update the Pypi package to make it easier to get rid of those debug statements?
Thanks!
Example:
(000)000-0000 is not an HL7 valid NM value
The text was updated successfully, but these errors were encountered:
Is there any chance a new release is going to come out with this print statement removed soon? I see potential for PHI to get printed out that should not appear in the logs. Planning on using a github branch as a work around in the mean time, but would be nice to be able to go pypi instead.
Hi,
I noticed when using the
hlyapy
v1.3.4 package from Pypi there are still some debug statements being output to stdout. It looks like this is coming from aprint()
statement infactories:102
. In thedevelop
branch, it looks like this extra print statement was removed in an earlier PR.Is there a way someone could update the Pypi package to make it easier to get rid of those debug statements?
Thanks!
Example:
(000)000-0000 is not an HL7 valid NM value
The text was updated successfully, but these errors were encountered: