Skip to content

Commit

Permalink
common/blkdev: remove stray debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
liewegas committed Jul 11, 2021
1 parent 0509deb commit ee1ba18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/common/blkdev.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee1ba18

Please sign in to comment.