Skip to content

Commit

Permalink
Remove some debugging from CPANTesters test.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 1, 2016
1 parent e4af04d commit 6f01dfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/MetaCPAN/Script/CPANTesters.pm
Expand Up @@ -114,7 +114,6 @@ sub index_reports {

$sth->execute;
my @bulk;
use DDP;
while ( my $row_from_db = $sth->fetchrow_hashref ) {
my $release
= join( '-', $row_from_db->{dist}, $row_from_db->{version} );
Expand Down Expand Up @@ -143,7 +142,6 @@ sub index_reports {

next unless ($bulk);
my %tests = map { $_ => $row_from_db->{$_} } qw(fail pass na unknown);
p %tests;
$self->_bulk->update(
{
doc => { tests => \%tests },
Expand Down

0 comments on commit 6f01dfb

Please sign in to comment.