summaryrefslogtreecommitdiffstats
path: root/writefrudata.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-21 13:41:02 -0700
committerPatrick Venture <venture@google.com>2018-10-30 08:28:31 -0700
commita2bed54e078039a20affbc8d2652938bffb19b06 (patch)
tree482736214e3b310a044560e6dfcc928a21b75c67 /writefrudata.cpp
parent1d00178a1ec507ccd1e0f957cfd992721448891d (diff)
downloadipmi-fru-parser-a2bed54e078039a20affbc8d2652938bffb19b06.tar.gz
ipmi-fru-parser-a2bed54e078039a20affbc8d2652938bffb19b06.zip
IPMIFruArea: Drop unused dbus debug
Drop unused dbus debug code. There were no calls to set the values and the debug printing them would therefore always print empty strings. Change-Id: I767baf9f3450c9944396930069089a6bbb6e5c6a Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'writefrudata.cpp')
-rw-r--r--writefrudata.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/writefrudata.cpp b/writefrudata.cpp
index 3c4ee20..1340669 100644
--- a/writefrudata.cpp
+++ b/writefrudata.cpp
@@ -599,9 +599,6 @@ int validateFRUArea(const uint8_t fruid, const char* fruFilename,
std::printf("AREA NAME : [%s]\n", iter->getName());
std::printf("TYPE : [%d]\n", iter->getType());
std::printf("LEN : [%d]\n", iter->getLength());
- std::printf("BUS NAME : [%s]\n", iter->getBusName());
- std::printf("OBJ PATH : [%s]\n", iter->getObjectPath());
- std::printf("INTF NAME :[%s]\n", iter->getIntfName());
}
#endif
OpenPOWER on IntegriCloud