Remove debug code

This commit is contained in:
Samuel Georges 2016-01-02 16:19:13 +11:00
parent 2213c6f28c
commit 5f9a076025
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ trait ViewMaker
*/
public function makeViewContent($contents, $layout = null)
{
return $contents;
if ($this->suppressLayout || $this->layout == '') {
return $contents;
}