From 3b7a711fb9669d4a04e824380853b2e87631535e Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Mon, 25 Nov 2013 17:06:31 +0400 Subject: [PATCH] Remove logging about assert, because assert is removed already. Change-Id: I493414e137e75142d858da2cae609ca8424b3c1d --- muranorepository/utils/archiver.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/muranorepository/utils/archiver.py b/muranorepository/utils/archiver.py index 84c2abc..22e77dc 100644 --- a/muranorepository/utils/archiver.py +++ b/muranorepository/utils/archiver.py @@ -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