remove toggleToolbar and getToolbar state
These are not necessary with the new toolbars
This commit is contained in:
parent
f5ebb6e916
commit
9d6fa33e16
3 changed files with 0 additions and 34 deletions
|
|
@ -77,7 +77,6 @@ sub process {
|
|||
}
|
||||
}
|
||||
elsif ($asset->canView) {
|
||||
$asset->toggleToolbar;
|
||||
$asset->prepareView;
|
||||
my $output = $asset->view;
|
||||
$perfLog->({ asset => $asset, time => Time::HiRes::tv_interval($t), type => 'Proxy'})
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ sub process {
|
|||
return $i18n->get('childless');
|
||||
}
|
||||
elsif ($randomAsset->canView) {
|
||||
$randomAsset->toggleToolbar;
|
||||
$randomAsset->prepareView;
|
||||
return $randomAsset->view;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue