Revert "Included Redfish sessions data"
Hit FFDC data collection issues.
This reverts commit 6756d443c22237ebd4bd778f4d41cf235bf0166f.
Reason for revert: <INSERT REASONING HERE>
Change-Id: Ia17d3db6840ab3160e18971764e5a4e75bdbb3c7
diff --git a/lib/bmc_redfish_utils.py b/lib/bmc_redfish_utils.py
index 78ae602..a9c75c7 100644
--- a/lib/bmc_redfish_utils.py
+++ b/lib/bmc_redfish_utils.py
@@ -292,7 +292,7 @@
# Example: '/redfish/v1/JsonSchemas/' and sub resources.
# '/redfish/v1/SessionService'
# '/redfish/v1/Managers/bmc#/Oem'
- if ('JsonSchemas' in resource) \
+ if ('JsonSchemas' in resource) or ('SessionService' in resource)\
or ('#' in resource):
continue