diff options
-rw-r--r-- | extensions/BMO/Extension.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 08888c8ad..3624e81f9 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -778,9 +778,6 @@ sub search_operator_field_override { my @comments = $cgi->param('comments'); my $exclude_comments = scalar(@comments) && !grep { $_ eq '1' } @comments; - use Data::Dumper; - print STDERR Dumper \@comments; - if ($cgi->param('query_format') && $cgi->param('query_format') eq 'specific' && $exclude_comments |