mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
remove debug stuff from reports.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user