diff options
author | Christopher Baines <mail@cbaines.net> | 2016-03-07 08:59:47 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-03-07 08:59:47 +0000 |
commit | f78ebdf869f45124d32038b715354155fae3e83c (patch) | |
tree | 6fcad0f8bfe9049294025c7623133b6c2f9b2bdc /prometheus_haproxy_log_exporter | |
parent | ffbffef76ce3dc4b28fadfe3aebc47b2586b6556 (diff) | |
download | prometheus-haproxy-log-exporter-f78ebdf869f45124d32038b715354155fae3e83c.tar prometheus-haproxy-log-exporter-f78ebdf869f45124d32038b715354155fae3e83c.tar.gz |
Diffstat (limited to 'prometheus_haproxy_log_exporter')
-rw-r--r-- | prometheus_haproxy_log_exporter/cli.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/prometheus_haproxy_log_exporter/cli.py b/prometheus_haproxy_log_exporter/cli.py index cd51dde..c29b5a4 100644 --- a/prometheus_haproxy_log_exporter/cli.py +++ b/prometheus_haproxy_log_exporter/cli.py @@ -182,9 +182,6 @@ def get_argument_parser(): def create_log_processor(options, error): - from pprint import pprint - pprint(options) - metric_updaters = [] for timer_name in metrics.TIMERS.keys(): |