[minor] remove debug
This commit is contained in:
parent
d6c3c9a8e7
commit
19941e3999
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue