summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Search.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 07038153f..33cc1135e 100644
--- a/Bugzilla/Search.pm
+++ b/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/) {