Revert "dreport: add active services (systemd) status to the BMC dump"

Listing activer service status is taking over 10 seconds and is
delaying generating user dump.

Removing the script as we already have listing of failed
service script which lists failed services.

Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Change-Id: I7de203d5ad1619707461734e2431394689e107c7
diff --git a/tools/dreport.d/plugins.d/servicestatus b/tools/dreport.d/plugins.d/servicestatus
deleted file mode 100644
index a631f81..0000000
--- a/tools/dreport.d/plugins.d/servicestatus
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-#
-# config: 2 60
-# @brief: Collect services status information.
-#
-
-. $DREPORT_INCLUDE/functions
-
-desc="services status list"
-file_name="services_status.txt"
-
-command="systemctl status --all"
-
-add_cmd_output "$command" "$file_name" "$desc"