Replace 27 debug print() statements with proper logging #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
prompt_to_card_pipeline.pycontains 27 unconditionalprint()statements with informal debug messages scattered throughout the file:Affected lines: 40, 45, 47, 57, 78, 91, 107, 116, 121, 167, 169, 174, 178, 188, 190, 208, 210, 299, 302, 305, 308, 316, 317, 326, 334
Problems
--print-jsonand--json-onlyoutput when piped or parsed byapp.pyFix
Replace all
print()calls with Python'sloggingmodule: