fru: Remove verbose tracing

Remove the tracing that prints the fru fields in the config JSON missing
in the D-Bus.

Change-Id: Ie7d2bbb81648e3036ebd07702803431d6b1582a3
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/libpldmresponder/fru.cpp b/libpldmresponder/fru.cpp
index 23dd9fa..7b73a81 100644
--- a/libpldmresponder/fru.cpp
+++ b/libpldmresponder/fru.cpp
@@ -135,10 +135,6 @@
             }
             catch (const std::out_of_range& e)
             {
-                std::cout << "Interface = " << intf
-                          << " , and Property = " << prop
-                          << " , in config json not present in D-Bus"
-                          << "\n";
                 continue;
             }
         }