Cleaning up print statements for debugging

This commit is contained in:
Gregory Becker 2016-05-06 18:05:30 -07:00
parent 1523ebe9f7
commit d392056457

View File

@ -301,7 +301,6 @@ def reindex(self, directory_layout):
""" """
with self.write_transaction(): with self.write_transaction():
print "reindex"
old_data = self._data old_data = self._data
try: try:
self._data = {} self._data = {}