From: Jan Fajerski Date: Tue, 8 Sep 2020 07:34:00 +0000 (+0200) Subject: ceph-volume: avoid format strings for now X-Git-Tag: v16.1.0~1145^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5baeff5ca57ec2ab733b756ab6a35fa635fb087c;p=ceph.git ceph-volume: avoid format strings for now Fixes: https://tracker.ceph.com/issues/47354 Signed-off-by: Jan Fajerski --- diff --git a/src/ceph-volume/ceph_volume/drive_group/main.py b/src/ceph-volume/ceph_volume/drive_group/main.py index 684e89f366f3..a224b21a5f48 100644 --- a/src/ceph-volume/ceph_volume/drive_group/main.py +++ b/src/ceph-volume/ceph_volume/drive_group/main.py @@ -29,7 +29,6 @@ class Deploy(object): ''' def __init__(self, argv): - logger.error(f'argv: {argv}') self.argv = argv def main(self):