hwmontempsensor: Remove trace
The threshold interfaces will never have Bus or Address properties, so
this trace would always show up, so just remove it.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I459ee4a20d895dd3ad6f0625870ea71eaac52620
diff --git a/src/HwmonTempMain.cpp b/src/HwmonTempMain.cpp
index f1f4a1f..e5671b1 100644
--- a/src/HwmonTempMain.cpp
+++ b/src/HwmonTempMain.cpp
@@ -194,7 +194,6 @@
auto addrCfg = cfg.find("Address");
if ((busCfg == cfg.end()) || (addrCfg == cfg.end()))
{
- std::cerr << sensor.first.str << " missing Bus or Address\n";
continue;
}