Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Apr 14, 2015
1 parent 05daef5 commit f760ab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 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 @@ -74,7 +73,6 @@ $signature = $idx->type('file')->filter(
}
)->first;
ok( !$signature, 'SIGNATURE is not documentation' );
diag p $signature;

$signature = $idx->type('file')->filter(
{
Expand All @@ -88,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
2 changes: 0 additions & 2 deletions t/server/controller/search/autocomplete.t
Expand Up @@ -5,7 +5,6 @@ use lib 't/lib';
use MetaCPAN::Server::Test;
use MetaCPAN::TestHelpers;
use Test::More;
use DDP;

test_psgi app, sub {
my $cb = shift;
Expand All @@ -18,7 +17,6 @@ test_psgi app, sub {

my $got = [ map { @{ $_->{fields}{documentation} } }
@{ $json->{hits}{hits} } ];
diag p $got;

is_deeply $got, [
qw(
Expand Down

0 comments on commit f760ab3

Please sign in to comment.