PEL: Remove unnecessary call to restore resolution

The Resolution D-Bus property, which holds the PEL callouts, are saved
along with the other elog properties in the cereal backing file and
don't need to be manually restored when the daemon starts up.

Tested:
Resolution is still filled in after restarting the daemon.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I18e1b79d40b219a6a37c013355cd965de11ce8cb
diff --git a/extensions/openpower-pels/manager.hpp b/extensions/openpower-pels/manager.hpp
index 02ffa0a..b8c5442 100644
--- a/extensions/openpower-pels/manager.hpp
+++ b/extensions/openpower-pels/manager.hpp
@@ -66,9 +66,6 @@
             createPELEntry(entry.first, true);
         }
 
-        _repo.for_each(
-            std::bind(&Manager::updateResolution, this, std::placeholders::_1));
-
         setupPELDeleteWatch();
 
         _dataIface->subscribeToFruPresent(