remove debug stuff from reports.py

This commit is contained in:
Jay Lee
2020-04-06 12:43:12 -04:00
parent 921324d968
commit f60246846f

View File

@@ -340,10 +340,6 @@ def showReport():
customerId=customerId,
date=tryDate,
fields='warnings')
print(warnings)
#sys.exit(0)
if not warnings:
sys.exit(0)
fullData, tryDate = _check_full_data_available(
warnings, tryDate, fullDataRequired)
if fullData < 0: