mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove tmp debug print()
Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
parent
5baadd1fa1
commit
a20fd04955
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue