Remove debug.
This commit is contained in:
parent
1349667103
commit
20db7e1dda
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue