Removes unnecessary code from CatalogBuilder.

This commit is contained in:
Robert Smallshire
2015-05-07 20:34:56 +02:00
parent f491fe80b1
commit 4c222b96a6
-1
View File
@@ -92,7 +92,6 @@ class CatalogBuilder(object):
# Dictionary strategy - arbitrary keys and values
return DictionaryCatalog(self._catalog)
#self._catalog.sort(key=lambda index_value: index_value[1])
value_start = self._catalog[0][1]
value_stop = self._catalog[-1][1]
value_stride = measure_stride(value for index, value in self._catalog)