fix: Remove unwanted print statement

This commit is contained in:
Suraj Shetty 2019-12-17 22:15:06 +05:30 committed by Suraj Shetty
parent da09ef5fe5
commit 6b91ed22e4

View file

@ -206,7 +206,7 @@ def get_notification_config():
else:
config[key].update(nc.get(key, {}))
return config
print(frappe.cache().hget("notification_config", frappe.session.user))
return frappe.cache().hget("notification_config", frappe.session.user, _get)
def get_filters_for(doctype):