Skip to content

Commit 2efa45f

Browse files
committed
uberf-12323: remove excess logs
Signed-off-by: Alexey Zinoviev <[email protected]>
1 parent 3dd0bae commit 2efa45f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/backup/src/backup.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,9 +1171,6 @@ export async function backup (
11711171
await options.progress?.(Math.round((domainProgress / domains.length) * 10000) / 100)
11721172
}
11731173

1174-
console.info('Affected persons', affectedPersons)
1175-
console.log('Affected affectedSocialIds', affectedSocialIds)
1176-
11771174
result.result = true
11781175

11791176
if (!canceled() && domainChanges > 0) {

0 commit comments

Comments
 (0)