diff --git a/lib/WebGUI/Asset/Wobject/StoryTopic.pm b/lib/WebGUI/Asset/Wobject/StoryTopic.pm index 7be57d859..48aa31c85 100644 --- a/lib/WebGUI/Asset/Wobject/StoryTopic.pm +++ b/lib/WebGUI/Asset/Wobject/StoryTopic.pm @@ -171,7 +171,6 @@ sub viewTemplateVariables { next PHOTO unless $photo->{storageId}; my $storage = WebGUI::Storage->get($session, $photo->{storageId}); my $file = $storage->getFiles->[0]; - warn $storage->getId; next PHOTO unless $file; my $imageUrl = $storage->getUrl($file); $var->{topStoryImageUrl} = $imageUrl;