From f78ebdf869f45124d32038b715354155fae3e83c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 7 Mar 2016 08:59:47 +0000 Subject: Remove debug print statements --- prometheus_haproxy_log_exporter/cli.py | 3 --- 1 file changed, 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(): -- cgit v1.2.3