Removed excessive trace on register read error

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Id2fdbc4d144fc3f56ecceed5fed7956dd0519c98
diff --git a/src/isolator/hei_isolation_node.cpp b/src/isolator/hei_isolation_node.cpp
index 89b653b..98f9ca4 100644
--- a/src/isolator/hei_isolation_node.cpp
+++ b/src/isolator/hei_isolation_node.cpp
@@ -22,9 +22,13 @@
         {
             // TODO: Would be nice to add SCOM errors to the log just in case
             //       traces are not available.
-            HEI_ERR("register read failed on chip type=0x%0" PRIx32
-                    "address=0x%0" PRIx64,
-                    i_chip.getType(), hwReg->getAddress());
+            // TODO: This trace could be redundant with the user application,
+            //       which will have more information on the actual chip that
+            //       failed anyway. Leaving it commented out for now until the
+            //       SCOM errors are added to the log.
+            // HEI_ERR("register read failed on chip type=0x%0" PRIx32
+            //         "address=0x%0" PRIx64,
+            //         i_chip.getType(), hwReg->getAddress());
         }
 
         // TODO: Add this register to io_isoData.