From ee4bc102b9b497674e2762e5d9ab651c6f099095 Mon Sep 17 00:00:00 2001 From: Matt West Date: Thu, 9 Feb 2012 15:05:58 -0800 Subject: [PATCH] Removing unneeded data dumper module --- plugins/other/shoutcast2_multi | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/other/shoutcast2_multi b/plugins/other/shoutcast2_multi index e862fffc..4ff57589 100755 --- a/plugins/other/shoutcast2_multi +++ b/plugins/other/shoutcast2_multi @@ -32,7 +32,6 @@ use strict; use warnings; use LWP::UserAgent; use XML::Simple; -use Data::Dumper; use Munin::Plugin; need_multigraph();