Remove debug log

This commit is contained in:
Johannes Zellner
2025-09-29 15:58:52 +02:00
parent f9747fd1eb
commit 9e99dae864
-1
View File
@@ -244,7 +244,6 @@ function prettyBackupRetention(retention) {
function prettyBackupContents(contents) {
if (!contents) return 'Everything';
console.log(contents);
if (contents.include) return `Only ${contents.include.length} item(s)`;
if (contents.exclude) return `Exclude ${contents.exclude.length} item(s)`;
return '';