fix(dashboard): Remove print statement

This commit is contained in:
Aditya Hase 2019-01-16 19:39:27 +05:30
parent 15c0cfff0f
commit 2fa1d9caed

View File

@ -10,7 +10,6 @@ from erpnext.accounts.report.general_ledger.general_ledger import execute
def get(filters= None):
print(filters)
timespan = filters.get("timespan")
timegrain = filters.get("timegrain")
account = filters.get("account")