Skip to content

Commit a744fd1

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 23fdead commit a744fd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/hyperdb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: hyperdb.py,v 1.97.2.3 2004-07-20 05:58:47 richard Exp $
18+
# $Id: hyperdb.py,v 1.97.2.4 2004-07-20 06:00:07 richard Exp $
1919

2020
"""Hyperdatabase implementation, especially field types.
2121
"""
@@ -771,7 +771,6 @@ def export_propnames(self):
771771
propnames = self.getprops().keys()
772772
propnames.remove('content')
773773
propnames.sort()
774-
print propnames
775774
return propnames
776775

777776
def export_files(self, dirname, nodeid):

0 commit comments

Comments
 (0)