Remove some useless debug output

This commit is contained in:
pixl
2020-07-02 15:42:36 -04:00
parent 4e33ad7593
commit b445b979d3
3 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ Device::InvalidDevice::Reason Device::InvalidDevice::code() const noexcept
return _reason;
}
/// TODO: Initialize a single RawDevice for each path.
Device::Device(const std::string& path, DeviceIndex index):
_raw_device (std::make_shared<raw::RawDevice>(path)), _receiver (nullptr),
_path (path), _index (index)