Ceph backup: Remove leftover unicode comment

The code this was related to (utils.convert_str) was refactored
away a bit ago.

Change-Id: I865306503bf38d4b1974f2ab541c735da08b36f8
This commit is contained in:
Eric Harney 2023-02-21 11:23:49 -05:00
parent 5a3664ae2e
commit a87d24f363

@ -350,7 +350,6 @@ class CephBackupDriver(driver.BackupDriver):
Incremental backups use a new base name so we support old and new style
format.
"""
# Ensure no unicode
if not backup:
return "volume-%s.backup.base" % volume_id