diff --git a/dev/build/datatracker-start.sh b/dev/build/datatracker-start.sh index 7a83ff533..390b46af8 100644 --- a/dev/build/datatracker-start.sh +++ b/dev/build/datatracker-start.sh @@ -15,7 +15,3 @@ gunicorn \ --bind :8000 \ --log-level "${DATATRACKER_GUNICORN_LOG_LEVEL:-info}" \ ietf.wsgi:application - - # Leaving this here as a reminder to set up the env in the chart - # Remove this once that's complete. - #--env SCOUT_NAME=Datatracker \