Skip to content

Commit

Permalink
Merge pull request #42274 from liewegas/cleanup-blkdev
Browse files Browse the repository at this point in the history
common/blkdev: remove stray debug output

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 13, 2021
2 parents 2b8c859 + ee1ba18 commit e9a18cc
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 e9a18cc

Please sign in to comment.