From: Liz Rea Date: Thu, 16 May 2019 18:38:23 +0000 (+0000) Subject: Bug 22905: (QA follow-up) remove bad warn X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=ae2f21e74dc68c305d88ba26f60282550e3c448b Bug 22905: (QA follow-up) remove bad warn Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens --- diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 308e326..ed04308 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 = '';