Skip to content

Commit

Permalink
removed old diag code
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Nov 1, 2017
1 parent 385e0e6 commit 04457e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/release/moose.t
@@ -1,7 +1,6 @@
use strict;
use warnings;

use DDP;
use MetaCPAN::Server::Test;
use Test::More;

Expand Down Expand Up @@ -89,7 +88,6 @@ $signature = $idx->type('file')->filter(
}
)->first;
ok( !$signature, 'SIGNATURE is not pod' );
diag p $signature;

{
my $files = $idx->type('file');
Expand Down

0 comments on commit 04457e1

Please sign in to comment.