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
-1
View File
@@ -27,7 +27,6 @@ using namespace logid::backend;
Receiver::Receiver(std::string path) : dj::ReceiverMonitor(path), _path (path)
{
logPrintf(DEBUG, "logid::Receiver created on %s", path.c_str());
}
void Receiver::addDevice(hidpp::DeviceConnectionEvent event)