From 394d2cabfbe31136bb782f0ed2b733c4fa8e9128 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 16 May 2019 18:38:23 +0000 Subject: [PATCH] Bug 22905: (QA follow-up) remove bad warn Content-Type: text/plain; charset=utf-8 Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy --- suggestion/suggestion.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 308e32623d..ed043083bd 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -223,7 +223,6 @@ elsif ($op eq "change" ) { foreach my $suggestionid (@editsuggestions) { next unless $suggestionid; $suggestion->{suggestionid} = $suggestionid; - use Data::Printer colored => 1; warn p $suggestion; &ModSuggestion($suggestion); } my $params = ''; -- 2.11.0