diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 13af012a..70b19288 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -418,8 +418,6 @@ def moveFiles(albumpath, release, tracks): except Exception, e: logger.warn('Error renaming %s: %s' % (files, e)) break - else: - logger.info('Destination file doesnt exist: %s' % files) try: shutil.move(os.path.join(r, files), os.path.join(destination_path, files))