remove logging

This commit is contained in:
Sebastian Gerske 2018-12-10 12:44:54 +01:00
parent 6ded4c8d50
commit 958448d27d
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ while :; do
;;
*)
printf $COLOR_Y'Starting Ocean...\n\n'$COLOR_RESET
echo ${BRIZO_ENV_FILE}
docker-compose --project-name=$PROJECT_NAME $COMPOSE_FILES -f ${NODE_FILE} up --remove-orphans
break
esac