Skip to content

Commit 2a3460a

Browse files
author
Milla Samuel
committed
remove comments and extra lines
1 parent 73da247 commit 2a3460a

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
@@ -260,10 +260,6 @@ func (fdbBackup *FdbBackup) DeleteBackup() {
260260
if fdbBackup == nil {
261261
return
262262
}
263-
264-
// First stop the backup
265263
fdbBackup.Stop()
266-
267-
// Then delete the backup resource
268264
fdbBackup.fdbCluster.factory.Delete(fdbBackup.backup)
269265
}

0 commit comments

Comments
 (0)