removed old debug
This commit is contained in:
parent
2b87238a63
commit
2377365a81
1 changed files with 0 additions and 2 deletions
|
|
@ -258,13 +258,11 @@ sub view {
|
|||
};
|
||||
|
||||
if ( $child->isa('WebGUI::Asset::File::Image') ) {
|
||||
$self->session->log->warn('is image');
|
||||
$childVars->{ "isImage" } = 1;
|
||||
$childVars->{ "thumbnail.url" } = $child->getThumbnailUrl;
|
||||
}
|
||||
|
||||
if ( $child->isa('WebGUI::Asset::File') ) {
|
||||
$self->session->log->warn('is file');
|
||||
$childVars->{ "isFile" } = 1;
|
||||
$childVars->{ "file.url" } = $child->getFileUrl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue