[minor] remove print statement, booboo
This commit is contained in:
parent
22234ea4d8
commit
f520c4db73
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ def load_doctypes():
|
|||
|
||||
def remove_user_tags(doctype, fields):
|
||||
"""remove column _user_tags if not in table"""
|
||||
print fields
|
||||
columns = get_table_columns(doctype)
|
||||
del_user_tags = False
|
||||
del_comments = False
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue