From 80c784ce1b8805b4d1797bcc1c49bc40a7ea1946 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 19 Mar 2014 16:03:37 +0800 Subject: Bug 985305: update the metrics elasticsearch reporter to bypass es node discovery --- metrics.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'metrics.pl') diff --git a/metrics.pl b/metrics.pl index 5d955fd88..f10499057 100644 --- a/metrics.pl +++ b/metrics.pl @@ -20,7 +20,6 @@ use lib "$Bin/lib"; use Bugzilla; use Bugzilla::Constants; -use File::Slurp; use POSIX qw(setsid nice); Bugzilla->metrics_enabled(0); -- cgit v1.2.3-24-g4f1b