diff --git a/mozilla/webtools/bugzilla/Bugzilla/Search.pm b/mozilla/webtools/bugzilla/Bugzilla/Search.pm index 07038153f43..33cc1135e46 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Search.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Search.pm @@ -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/) {