Remove debug.

This commit is contained in:
Colin Kuskie 2009-03-18 17:25:35 +00:00
parent 1349667103
commit 20db7e1dda

View file

@ -328,7 +328,6 @@ sub viewTemplateVariables {
my $lastStoryDate = '';
my $datePointer = undef;
##Only build objects for the assets that we need
$session->log->warn(join ' ', map {$_->{assetId} } @{$storyIds});
STORY: foreach my $storyId (@{ $storyIds }) {
my $story = WebGUI::Asset->new($session, $storyId->{assetId}, $storyId->{className}, $storyId->{revisionDate});
next STORY unless $story;