From 066708f1016e4e3c0bd67ad99e2e7f1ae154c5f0 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 13:39:09 -0500 Subject: [PATCH] . --- ProjectCode/SetupNewSystem.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index b9fd5d9..e7bceed 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -19,8 +19,6 @@ PROJECT_INCLUDES_FULL_PATH="$(realpath ../Project-ConfigFiles)" #Framework variables are read from hee source $FRAMEWORK_CONFIGS_FULL_PATH/FrameworkVars -set -x - #Boilerplate and support functions FrameworkIncludeFiles="$(ls -1 --color=none ../Framework-Includes/*)" @@ -37,9 +35,6 @@ for file in ${ProjectIncludeFiles[@]}; do done unset IFS -set +x -exit - # Start actual script logic here... #################