Remove debug code
This commit is contained in:
parent
2213c6f28c
commit
5f9a076025
|
|
@ -94,7 +94,6 @@ trait ViewMaker
|
|||
*/
|
||||
public function makeViewContent($contents, $layout = null)
|
||||
{
|
||||
return $contents;
|
||||
if ($this->suppressLayout || $this->layout == '') {
|
||||
return $contents;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue