Clean up header

This commit is contained in:
2024-08-04 01:02:33 -04:00
parent b4a627d927
commit aedc65ea90

View File

@@ -360,7 +360,6 @@ interactive_header() {
EOF
echo ""
echo "Scans directory: $SCANS_DIR"
echo "Output directory: $OUT_DIR"
echo "Change the SCANS_DIR or OUT_DIR environment variable(s) to override"
@@ -472,7 +471,6 @@ interactive_header() {
fi
echo ""
# Gather and list projects from SCANS_DIR
shopt -s nullglob
projects=("$SCANS_DIR"/*/)
@@ -588,11 +586,7 @@ fi
unset response arr i
done
fi
# cat <<-EOF
# Available modules: ${ALL_MODULES[*]}
# Available submodules: ${ALL_SUBMODULES[*]}
# EOF
echo ""
}