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);
             }