]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/blkdev: remove stray debug output 42274/head
authorSage Weil <sage@newdream.net>
Sun, 11 Jul 2021 17:24:00 +0000 (13:24 -0400)
committerSage Weil <sage@newdream.net>
Sun, 11 Jul 2021 20:42:46 +0000 (16:42 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
src/common/blkdev.cc

index ca5e9eb0c5961747aa084680928fc430f4c11842..ea81bf0ae1e9ecbc960f6fe02b488a6ed41522b0 100644 (file)
@@ -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