remove debug code

This commit is contained in:
spla 2021-01-22 18:41:17 +01:00
pare 18d652a259
commit 2d4f2431ab
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions

Veure arxiu

@ -106,7 +106,7 @@ budget_db_user = get_parameter("budget_db_user", config_filepath) # E.g., mastod
###############################################################################
while True:
pdb.set_trace()
fee_description = input("Fee description? (q to quit) ")
if fee_description == 'q':
sys.exit("Bye")