Build Configs: Remove Workaround to Print More Logs

A build param was added to fix the LAVA failure
caused by updated TF-M logs.
This workaround could now be removed
because the LAVA configs have been updated.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I1b621fe09975ebf1844ce2337f68b78c88e27ce3
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index ba90a69..1862433 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -62,7 +62,6 @@
         "-DMCUBOOT_PATH=%(codebase_root_dir)s/../mcuboot " + \
         "-DTFM_PROFILE=%(profile)s " + \
         "-DTFM_PARTITION_PROTECTED_STORAGE=%(partition_ps)s " + \
-        "-DTFM_SPM_LOG_LEVEL=TFM_SPM_LOG_LEVEL_DEBUG "
         "%(codebase_root_dir)s",
 
     # A small subset of  string substitution params is allowed in commands.