remove OSStart as indication host is running

The host firmware (at least for IBM) never implemented this boot
progress when starting the OS. Instead, another host firmware team is
utilizing it to indicate an earlier part of the boot.

Therefore this boot progress code should not be treated as if the host
is running.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I453ec41af804db880a99b62105b510464b147efa
diff --git a/host-bmc/dbus_to_host_effecters.cpp b/host-bmc/dbus_to_host_effecters.cpp
index 884662e..a70b86b 100644
--- a/host-bmc/dbus_to_host_effecters.cpp
+++ b/host-bmc/dbus_to_host_effecters.cpp
@@ -169,8 +169,6 @@
             (currHostState != "xyz.openbmc_project.State.Boot.Progress."
                               "ProgressStages.OSRunning") &&
             (currHostState != "xyz.openbmc_project.State.Boot.Progress."
-                              "ProgressStages.OSStart") &&
-            (currHostState != "xyz.openbmc_project.State.Boot.Progress."
                               "ProgressStages.SystemSetup"))
         {
             info("Host is not up. Current host state: {CUR_HOST_STATE}",