Skip to content

Commit

Permalink
[TASK] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
monosize committed Apr 15, 2015
1 parent 3f6512e commit 5cfd6f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/View/ExposedTemplateView.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ protected function getStoredVariable($viewHelperClassName, $name, $sectionName =
}
$this->renderedSections[$sectionName] = $viewHelperVariableContainer;
$stored = $viewHelperVariableContainer->get($viewHelperClassName, $name);
$templateIdentityForLog = NULL !== $this->templateSource ? 'source code with hash value ' . sha1($this->templateSource) : $this->getTemplatePathAndFilename();
return $stored;
}

Expand Down

0 comments on commit 5cfd6f6

Please sign in to comment.