Skip to content

Commit 71a015a

Browse files
committedAug 23, 2011
Remove debug output from Post.t
1 parent e65368c commit 71a015a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎t/Asset/Post.t

-3
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ $storage->addFileFromFilesystem(WebGUI::Test->getTestCollateralPath('lamp.jpg'))
175175
$storage->addFileFromFilesystem(WebGUI::Test->getTestCollateralPath('littleTextFile'));
176176
my $attachment_loop = $post1->getTemplateVars()->{attachment_loop};
177177

178-
use Data::Dumper;
179-
diag Dumper($attachment_loop);
180-
181178
my @extensions = map { [ $_->{filename}, $_->{extension} ] } @{ $attachment_loop };
182179

183180
cmp_bag(

0 commit comments

Comments
 (0)