[project] [query] removed debug

This commit is contained in:
Anand Doshi 2013-05-01 12:14:57 +05:30
parent 672cb0c02b
commit 4120ffefa1

View File

@ -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"])