mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-16 05:15:10 +00:00
[project] [query] removed debug
This commit is contained in:
@@ -5,4 +5,4 @@ import webnotes
|
||||
|
||||
@webnotes.whitelist()
|
||||
def get_time_log_list(doctype, txt, searchfield, start, page_len, filters):
|
||||
return webnotes.conn.get_values("Time Log", filters, ["name", "activity_type", "owner"], debug=True)
|
||||
return webnotes.conn.get_values("Time Log", filters, ["name", "activity_type", "owner"])
|
||||
Reference in New Issue
Block a user