From 5baeff5ca57ec2ab733b756ab6a35fa635fb087c Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Tue, 8 Sep 2020 09:34:00 +0200 Subject: [PATCH] ceph-volume: avoid format strings for now Fixes: https://tracker.ceph.com/issues/47354 Signed-off-by: Jan Fajerski --- src/ceph-volume/ceph_volume/drive_group/main.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.47.3