removed print statement

This commit is contained in:
Nabin Hait 2014-05-20 10:36:14 +05:30
parent 85786f3071
commit 956d7868b5

View File

@ -14,7 +14,6 @@ class Lead(SellingController):
def onload(self):
customer = frappe.db.get_value("Customer", {"lead_name": self.name})
self.get("__onload").is_customer = customer
print "server", self.get("__onload").is_customer
def validate(self):
self._prev = frappe._dict({