Remove logging about assert, because assert is removed already.

Change-Id: I493414e137e75142d858da2cae609ca8424b3c1d
This commit is contained in:
Timur Sufiev 2013-11-25 17:06:31 +04:00
parent e61c85bc71
commit 3b7a711fb9

View File

@ -140,8 +140,6 @@ class Archiver(object):
def get_existing_hash(self, cache_dir):
existing_caches = os.listdir(cache_dir)
log.debug('Asserting there is just one archive in cache folder. Clear '
'folder {0} in case of Assertion Error'.format(cache_dir))
if not len(existing_caches):
return None