1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

remove logging

This commit is contained in:
Sebastian Gerske 2018-12-10 12:44:54 +01:00
parent 6ded4c8d50
commit 958448d27d

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