FFDC: remove strace collection as part of the log

Changes:
    - Removing PLDM strace from the log collection

Tested:
    - NA

Change-Id: Icffd2e83955c49ddb64e6b326d428773198f9c1f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index 5cdd808..91d8fb7 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -76,11 +76,6 @@
             - {
                   "peltool -a -f -h>/tmp/PEL_logs_complete_display.json 2>&1": 1200,
               }
-            - {
-                  ? "strace -p $(pidof pldmd) -o /tmp/pldmd_strace.txt & sleep
-                    60 ; kill $!"
-                  : 70,
-              }
             - "hexdump -C /var/lib/phosphor-logging/extensions/pels/badPEL
               >/tmp/PEL_logs_badPEL.txt"
             - "guard -l >/tmp/GUARD_list.txt"
@@ -112,7 +107,6 @@
             - "/tmp/PEL_logs_complete_list.json"
             - "/tmp/PEL_logs_complete_display.json"
             - "/tmp/PEL_logs_display.json"
-            - "/tmp/pldmd_strace.txt"
             - "/tmp/PEL_logs_badPEL.txt"
             - "/tmp/GUARD_list.txt"
             - "/tmp/PLDM_fru_record.txt"