From aed98595169fe4594c98e57789ee6f2730081958 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 Signed-off-by: Liz Rea --- 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