Removing extraneous text

This commit is contained in:
Rick Harris 2011-07-14 00:12:58 +00:00
parent 87c4863678
commit 626b7a4f04
1 changed files with 0 additions and 2 deletions

View File

@ -335,8 +335,6 @@ class ImageCache(object):
prefetching_path = os.path.join(self.prefetching_path, str(image_id))
os.rename(prefetch_path, prefetching_path)
# do download here?
@staticmethod
def get_all_regular_files(basepath):
for fname in os.listdir(basepath):