intel: Remove setting password from local.conf

As setting password is doing through obmc-phosphor-image distro
and image recipe, updating password is not needed from
local.conf

Change-Id: Iedd12cdc367d6341c35a339fa3ea3f2d1926d2dd
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
diff --git a/meta-s2600wf/conf/local.conf.sample b/meta-s2600wf/conf/local.conf.sample
index 6c0c977..a6ac9e1 100644
--- a/meta-s2600wf/conf/local.conf.sample
+++ b/meta-s2600wf/conf/local.conf.sample
@@ -233,9 +233,3 @@
 # track the version of this file when it was generated. This can safely be ignored if
 # this doesn't mean anything to you.
 CONF_VERSION = "1"
-
-# Set the root password to '0penBmc'
-INHERIT += "extrausers"
-EXTRA_USERS_PARAMS = " \
-  usermod -p '\$1\$UGMqyqdG\$FZiylVFmRRfl9Z0Ue8G7e/' root; \
-  "