fix: Remove unwanted print statement
This commit is contained in:
parent
da09ef5fe5
commit
6b91ed22e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue