diff --git a/src/detect/i2cScan.h b/src/detect/i2cScan.h index 482a24a57..77d1fff17 100644 --- a/src/detect/i2cScan.h +++ b/src/detect/i2cScan.h @@ -195,10 +195,6 @@ void scanI2Cdevice() LOG_INFO("SHT31 sensor found\n"); nodeTelemetrySensorsMap[TelemetrySensorType_SHT31] = addr; } - if (addr == SHT31_ADDR) { - DEBUG_MSG("SHT31 sensor found\n"); - nodeTelemetrySensorsMap[TelemetrySensorType_SHT31] = addr; - } if (addr == SHTC3_ADDR) { LOG_INFO("SHTC3 sensor found\n"); nodeTelemetrySensorsMap[TelemetrySensorType_SHTC3] = addr;