Cleaning up print statements for debugging
This commit is contained in:
parent
1523ebe9f7
commit
d392056457
@ -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 = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user