Skip to content

Commit 7b2093b

Browse files
author
Milla Samuel
committed
remove comments and extra lines
1 parent db8eae9 commit 7b2093b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

e2e/fixtures/fdb_backup.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,6 @@ func (fdbBackup *FdbBackup) DeleteBackup() {
261261
if fdbBackup == nil {
262262
return
263263
}
264-
265-
// First stop the backup
266264
fdbBackup.Stop()
267-
268-
// Then delete the backup resource
269265
fdbBackup.fdbCluster.factory.Delete(fdbBackup.backup)
270266
}

0 commit comments

Comments
 (0)