Remove the TODO for need to deglitch
This should have been removed as part of the work for
openbmc/openbmc#2484.
Change-Id: I2fb13ed7ac3ec707954a73d9348b71d5d54d95d6
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/power-supply/power_supply.cpp b/power-supply/power_supply.cpp
index 7eb4569..f463595 100644
--- a/power-supply/power_supply.cpp
+++ b/power-supply/power_supply.cpp
@@ -119,14 +119,6 @@
statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug);
readFail = 0;
- //TODO: openbmc/openbmc#2484 Three consecutive reads should be
- // performed.
- // If 3 consecutive reads are seen, log the fault.
- // Driver gives cached value, read once a second.
- // increment for fault on, decrement for fault off, to deglitch.
- // If count reaches 3, we have fault. If count reaches 0, fault is
- // cleared.
-
checkInputFault(statusWord);
if (powerOn && !faultFound)