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
+3
View File
@@ -41,6 +41,9 @@ Device::Device(const std::shared_ptr<backend::raw::RawDevice>& raw_device,
void Device::_init()
{
logPrintf(INFO, "Device found: %s on %s:%d", name().c_str(),
hidpp20().devicePath().c_str(), _index);
_addFeature<features::DPI>();
_addFeature<features::SmartShift>();