Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 23, 2015
1 parent e092668 commit 8be70b4
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 @@ -87,7 +86,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 8be70b4

Please sign in to comment.