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


git-svn-id: svn://10.0.0.236/trunk@244268 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2008-01-29 01:47:01 +00:00
parent 88609bd20a
commit 52acd301ff

View File

@@ -1964,10 +1964,6 @@ sub _anyexact {
my ($f, $ff, $v, $q, $term) = @func_args{qw(f ff v q term)};
my $dbh = Bugzilla->dbh;
use Data::Dumper;
open DEBUG, ">/tmp/debug";
print DEBUG Dumper($self);
close DEBUG;
my @list;
foreach my $w (split(/,/, $$v)) {
if ($w eq "---" && $$f !~ /resolution/) {