Remove logging about assert, because assert is removed already.
Change-Id: I493414e137e75142d858da2cae609ca8424b3c1d
This commit is contained in:
parent
e61c85bc71
commit
3b7a711fb9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user