[fix] [hot] removed print
This commit is contained in:
parent
64c6b93b6e
commit
330c057ae7
1 changed files with 0 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue