[fix] [hot] removed print

This commit is contained in:
Rushabh Mehta 2014-08-25 16:08:06 +05:30
parent 64c6b93b6e
commit 330c057ae7

View file

@ -25,8 +25,6 @@ def get_context(context):
doc = frappe.get_doc("Style Settings", "Style Settings")
prepare(doc)
print doc.__dict__
return { "doc": doc }
def prepare(doc):