Remove comment that has been turned into an issue (#2500)

Logged comment as issue #2499

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
pull/2521/head
Nolan Brubaker 2020-05-08 12:27:01 -04:00 committed by GitHub
parent d498406c35
commit e91dfe3d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -590,7 +590,6 @@ func (c *backupController) runBackup(backup *pkgbackup.Request) error {
}
}
// TODO(nrb-csi): How do we handle backup metrics with CSI snapshots? Log an issue for this
recordBackupMetrics(backupLog, backup.Backup, backupFile, c.metrics)
if err := gzippedLogFile.Close(); err != nil {