diff --git a/nhentai/downloader.py b/nhentai/downloader.py index 46c9960..6eb463d 100644 --- a/nhentai/downloader.py +++ b/nhentai/downloader.py @@ -135,9 +135,6 @@ class Downloader(Singleton): except EnvironmentError as e: logger.critical(str(e)) - else: - logger.warning(f'Path "{folder}" already exist.') - if os.getenv('DEBUG', None) == 'NODOWNLOAD': # Assuming we want to continue with rest of process? return True