remove errant line

This commit is contained in:
Daniel Roy Greenfeld 2016-05-29 14:53:26 -07:00
parent e84f0a488d
commit 05c521dd61

View File

@ -165,13 +165,11 @@ ANYMAIL = {
}
EMAIL_BACKEND = "anymail.backends.mailgun.MailgunBackend"
{% if cookiecutter.use_newrelic == 'y'-%}
# NEW RELIC
{% if cookiecutter.use_newrelic == 'y'-%}# NEW RELIC
# ------------------------------------------------------------------------------
NEW_RELIC_LICENSE_KEY = env('NEW_RELIC_LICENSE_KEY')
NEW_RELIC_APP_NAME = env('NEW_RELIC_APP_NAME')
{%- endif %}
# TEMPLATE CONFIGURATION
# ------------------------------------------------------------------------------
# See: