aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-03-07 08:59:47 +0000
committerChristopher Baines <mail@cbaines.net>2016-03-07 08:59:47 +0000
commitf78ebdf869f45124d32038b715354155fae3e83c (patch)
tree6fcad0f8bfe9049294025c7623133b6c2f9b2bdc
parentffbffef76ce3dc4b28fadfe3aebc47b2586b6556 (diff)
downloadprometheus-haproxy-log-exporter-master.tar
prometheus-haproxy-log-exporter-master.tar.gz
Remove debug print statementsHEADmaster
-rw-r--r--prometheus_haproxy_log_exporter/cli.py3
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():