Remove debug log
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user