diff options
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(): |