Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug output from Post.t
  • Loading branch information
perlDreamer committed Aug 23, 2011
1 parent e65368c commit 71a015a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/Asset/Post.t
Expand Up @@ -175,9 +175,6 @@ $storage->addFileFromFilesystem(WebGUI::Test->getTestCollateralPath('lamp.jpg'))
$storage->addFileFromFilesystem(WebGUI::Test->getTestCollateralPath('littleTextFile'));
my $attachment_loop = $post1->getTemplateVars()->{attachment_loop};

use Data::Dumper;
diag Dumper($attachment_loop);

my @extensions = map { [ $_->{filename}, $_->{extension} ] } @{ $attachment_loop };

cmp_bag(
Expand Down

0 comments on commit 71a015a

Please sign in to comment.