Bug 22905: (QA follow-up) remove bad warn

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>
This commit is contained in:
Liz Rea 2019-05-16 18:38:23 +00:00 committed by root
parent fe053f0ee0
commit ae2f21e74d

View file

@ -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 = '';