No exceptions
diff --git a/horizon/files/horizon_settings/_local_settings.py b/horizon/files/horizon_settings/_local_settings.py
index 2c7dea3..034c5a0 100644
--- a/horizon/files/horizon_settings/_local_settings.py
+++ b/horizon/files/horizon_settings/_local_settings.py
@@ -150,12 +150,6 @@
 GRAPHITE_PORT = "{{ plugin.metric.port }}"
 GRAPHITE_ENDPOINT = 'http://%s:%s' % (GRAPHITE_HOST, GRAPHITE_PORT)
 {%- endif %}
-{%- else %}
-{%- if plugin.billing is defined %}
-GRAPHITE_HOST = "{{ plugin.billing.metric.host }}"
-GRAPHITE_PORT = "{{ plugin.billing.metric.port }}"
-GRAPHITE_ENDPOINT = 'http://%s:%s' % (GRAPHITE_HOST, GRAPHITE_PORT)
-{%- endif %}
 {%- endif %}
 
 {%- if plugin.overrides is defined %}