remove debugging code

This commit is contained in:
Colin Kuskie 2009-04-15 17:49:55 +00:00
parent c28c7771c3
commit b786114949

View file

@ -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;