diff --git a/blueprint.sh b/blueprint.sh index c1b1df7..a2ddb88 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -432,7 +432,6 @@ if [[ ( $2 == "help" ) || ( $2 == "-help" ) || ( $2 == "--help" ) ]]; then " "-build run an installation on your extension development files"" " "-export export your extension development files"" " "-runinstall rerun the blueprint installation script (advanced)"" -" "-collect collect debug info"" " "-upgrade (dev) update/reset to a newer pre-release version (advanced)"; fi; @@ -604,14 +603,6 @@ if [[ $2 == "-runinstall" ]]; then bash blueprint.sh; fi; -# -collect -if [[ $2 == "-collect" ]]; then - log_cyan "Variables"; - log_blue "FOLDER: $FOLDER"; - log_blue "VERSION: $VERSION"; - log_blue "DOCKER: $DOCKER"; -fi; - # -upgrade if [[ $2 == "-upgrade" ]]; then log_yellow "[WARNING] This is an advanced feature, only proceed if you know what you are doing.\n";