Remove unrelevant comments

This commit removes unrelevant comments which are nolonger needed
This issue is no longer applies for latest networkd code.
https://github.com/openbmc/openbmc/issues/1751

Change-Id: I1ad6952478cce0a1dbbad89577073ccdeb1e6739
Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
diff --git a/src/ethernet_interface.cpp b/src/ethernet_interface.cpp
index 7a6f4ea..f92c31c 100644
--- a/src/ethernet_interface.cpp
+++ b/src/ethernet_interface.cpp
@@ -649,9 +649,6 @@
 {
     elog<NotAllowed>(NotAllowedArgument::REASON("ReadOnly Property"));
 }
-// Need to merge the below function with the code which writes the
-// config file during factory reset.
-// TODO openbmc/openbmc#1751
 
 void EthernetInterface::writeConfigurationFile()
 {
diff --git a/src/network_manager.cpp b/src/network_manager.cpp
index 5206e36..6b19704 100644
--- a/src/network_manager.cpp
+++ b/src/network_manager.cpp
@@ -482,9 +482,6 @@
     lg2::info("Network data purged.");
 }
 
-// Need to merge the below function with the code which writes the
-// config file during factory reset.
-// TODO openbmc/openbmc#1751
 void Manager::writeToConfigurationFile()
 {
     // write all the static ip address in the systemd-network conf file