- Removed debug print

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@259 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2010-10-08 05:52:09 +00:00
parent 3d21363e46
commit 41de96997d
2 changed files with 3 additions and 3 deletions

View File

@@ -521,8 +521,6 @@ class header (object):
def rename(self,old,new):
'''Renames a field. Doesn't check if it is a duplicate.
Returns True if the field was renamed, False otherwise'''
print self.attributes,old, new
try:
id_=self.attributes.index(old)
self.attributes[id_]=new