Remove tmp debug print()

Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
Alexandre Aubin 2020-04-25 01:27:20 +02:00 committed by GitHub
parent 5baadd1fa1
commit a20fd04955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1922,7 +1922,6 @@ class TarBackupMethod(BackupMethod):
try:
files_in_archive = tar.getnames()
print(files_in_archive)
except IOError as e:
raise YunohostError("backup_archive_corrupted", archive=self._archive_file, error=str(e))