remove debugging code
This commit is contained in:
parent
c28c7771c3
commit
b786114949
1 changed files with 0 additions and 1 deletions
|
|
@ -171,7 +171,6 @@ sub viewTemplateVariables {
|
||||||
next PHOTO unless $photo->{storageId};
|
next PHOTO unless $photo->{storageId};
|
||||||
my $storage = WebGUI::Storage->get($session, $photo->{storageId});
|
my $storage = WebGUI::Storage->get($session, $photo->{storageId});
|
||||||
my $file = $storage->getFiles->[0];
|
my $file = $storage->getFiles->[0];
|
||||||
warn $storage->getId;
|
|
||||||
next PHOTO unless $file;
|
next PHOTO unless $file;
|
||||||
my $imageUrl = $storage->getUrl($file);
|
my $imageUrl = $storage->getUrl($file);
|
||||||
$var->{topStoryImageUrl} = $imageUrl;
|
$var->{topStoryImageUrl} = $imageUrl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue