Bug 22905: (QA follow-up) remove bad warn
authorLiz Rea <wizzyrea@gmail.com>
Thu, 16 May 2019 18:38:23 +0000 (18:38 +0000)
committerroot <root@3a587d3cf21c>
Thu, 23 May 2019 14:41:14 +0000 (14:41 +0000)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

suggestion/suggestion.pl

index 308e326..ed04308 100755 (executable)
@@ -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 = '';