mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
removed print statements
This commit is contained in:
@@ -24,7 +24,6 @@ def handle_custom_fields():
|
||||
* Create property setter entry of previous field
|
||||
* Remove custom fields from tabDocField
|
||||
"""
|
||||
print "in handle custom fields"
|
||||
cf = get_cf()
|
||||
assign_idx(cf)
|
||||
create_prev_field_prop_setter(cf)
|
||||
@@ -120,7 +119,6 @@ def create_file_list():
|
||||
webnotes.clear_cache(doctype=obj.doc.name)
|
||||
|
||||
def change_to_decimal():
|
||||
print "in change to decimal"
|
||||
webnotes.conn.commit()
|
||||
tables = webnotes.conn.sql("SHOW TABLES")
|
||||
alter_tables_list = []
|
||||
|
||||
Reference in New Issue
Block a user