[minor] remove print statement, booboo

This commit is contained in:
Pratik Vyas 2013-11-22 15:13:01 +05:30
parent 22234ea4d8
commit f520c4db73

View file

@ -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