diff --git a/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh b/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh index bdd4da945..0a0580ed0 100755 --- a/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh +++ b/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh @@ -16,5 +16,3 @@ export REACT_APP_CREDENTIALS=$CREDENTIALS # Print environment variables echo "export REACT_APP_WEBSOCKET_URL=$REACT_APP_WEBSOCKET_URL" echo "export REACT_APP_TENANT=$REACT_APP_TENANT" -echo "export REACT_APP_CREDENTIALS=$REACT_APP_CREDENTIALS" -