mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
remove debug stuff from reports.py
This commit is contained in:
@@ -340,10 +340,6 @@ def showReport():
|
|||||||
customerId=customerId,
|
customerId=customerId,
|
||||||
date=tryDate,
|
date=tryDate,
|
||||||
fields='warnings')
|
fields='warnings')
|
||||||
print(warnings)
|
|
||||||
#sys.exit(0)
|
|
||||||
if not warnings:
|
|
||||||
sys.exit(0)
|
|
||||||
fullData, tryDate = _check_full_data_available(
|
fullData, tryDate = _check_full_data_available(
|
||||||
warnings, tryDate, fullDataRequired)
|
warnings, tryDate, fullDataRequired)
|
||||||
if fullData < 0:
|
if fullData < 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user