From: mkanat%bugzilla.org <> Date: Tue, 29 Jan 2008 07:47:01 +0000 (+0000) Subject: Bug 414474: Remove debugging code from Search.pm that was left in from bug 399371. X-Git-Tag: bugzilla-3.1.3~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f2c30e0f0c82fdfc65f165996ee6d41ad67edb;p=thirdparty%2Fbugzilla.git Bug 414474: Remove debugging code from Search.pm that was left in from bug 399371. Patch By Jesse Clark r=mkanat, a=mkanat --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 07038153f4..33cc1135e4 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/) {