Commit 49f2c30e authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 414474: Remove debugging code from Search.pm that was left in from bug 399371.

Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
parent 9c9ddf6f
...@@ -1964,10 +1964,6 @@ sub _anyexact { ...@@ -1964,10 +1964,6 @@ sub _anyexact {
my ($f, $ff, $v, $q, $term) = @func_args{qw(f ff v q term)}; my ($f, $ff, $v, $q, $term) = @func_args{qw(f ff v q term)};
my $dbh = Bugzilla->dbh; my $dbh = Bugzilla->dbh;
use Data::Dumper;
open DEBUG, ">/tmp/debug";
print DEBUG Dumper($self);
close DEBUG;
my @list; my @list;
foreach my $w (split(/,/, $$v)) { foreach my $w (split(/,/, $$v)) {
if ($w eq "---" && $$f !~ /resolution/) { if ($w eq "---" && $$f !~ /resolution/) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment