commit | 5faf7c647cbccb0ddb4388bc40ddf58a698a23b2 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithra.b@ibm.com> | Wed Aug 25 08:53:39 2021 -0500 |
committer | Pavithra Barithaya <pavithra.b@ibm.com> | Wed Aug 25 08:56:23 2021 -0500 |
tree | 7bb3db06f8b85f2783c1d07540ec2647737900d2 | |
parent | b6b3cf32b053d4b53fe6f61a41b3fb2fcb8ccde3 [diff] |
PLDM: Remove a trace line Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com> Change-Id: I407b361bef57d0c81d67db18370a715a088f4504
diff --git a/libpldmresponder/platform_numeric_effecter.hpp b/libpldmresponder/platform_numeric_effecter.hpp index b919516..93f659b 100644 --- a/libpldmresponder/platform_numeric_effecter.hpp +++ b/libpldmresponder/platform_numeric_effecter.hpp
@@ -55,8 +55,6 @@ value = rawValue; if (propertyType == "uint64_t") { - std::cerr << " Inside if when propertytype is uint64_t" - << std::endl; auto tempValue = std::get<uint8_t>(value); value = static_cast<uint64_t>(tempValue); }