chore: drop debugging code

This commit is contained in:
josegonzalez
2023-02-07 21:57:19 -05:00
committed by GitHub
parent 02b6c50bb2
commit 1e33752ea0

View File

@@ -136,9 +136,6 @@ service_create_container() {
done < <(fn-plugin-property-get "$PLUGIN_COMMAND_PREFIX" "$SERVICE" "post-start-network" | tr "," "\n")
fi
docker logs "$SERVICE_NAME"
docker inspect "$SERVICE_NAME"
dokku_log_verbose_quiet "Waiting for container to be ready"
"$DOCKER_BIN" container run "${LINK_CONTAINER_DOCKER_ARGS[@]}" "$PLUGIN_WAIT_IMAGE" -c "$SERVICE_NAME:$PLUGIN_DATASTORE_WAIT_PORT" >/dev/null