Bug 22905: (QA follow-up) remove bad warn
[koha-equinox.git] / 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 = '';