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

Logged comment as issue #2499

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-05-08 12:27:01 -04:00
committed by GitHub
parent d498406c35
commit e91dfe3d91

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 {