From: Sage Weil Date: Sun, 11 Jul 2021 17:24:00 +0000 (-0400) Subject: common/blkdev: remove stray debug output X-Git-Tag: v17.1.0~1432^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ee1ba186062162179a50c13319cb6fa6e80b2d34;p=ceph.git common/blkdev: remove stray debug output Signed-off-by: Sage Weil --- diff --git a/src/common/blkdev.cc b/src/common/blkdev.cc index ca5e9eb0c5961..ea81bf0ae1e9e 100644 --- a/src/common/blkdev.cc +++ b/src/common/blkdev.cc @@ -506,12 +506,6 @@ std::string get_device_id(const std::string& devname, udev_device_unref(dev); udev_unref(udev); - cout << " vendor '" << id_vendor << "'" << std::endl; - cout << " model '" << id_model << "'" << std::endl; - cout << " serial_short '" << id_serial_short << "'" << std::endl; - cout << " scsi_serial '" << id_scsi_serial << "'" << std::endl; - cout << " serial '" << id_serial << "'" << std::endl; - // ID_SERIAL is usually $vendor_$model_$serial, but not always // ID_SERIAL_SHORT is mostly always just the serial // ID_MODEL is sometimes $vendor_$model, but