[minor] remove debug

This commit is contained in:
Rushabh Mehta 2017-01-13 19:07:08 +05:30
parent d6c3c9a8e7
commit 19941e3999

View file

@ -50,7 +50,7 @@ def get_default_contact(doctype, name):
dl.parenttype = "Contact"
order by
contact.is_primary_contact desc, name
limit 1''', (doctype, name), debug=1)
limit 1''', (doctype, name))
print out
return out and out[0][0] or None