[BUGFIX] Remove debugging output
This commit is contained in:
parent
4c9059be40
commit
738ac1e36e
@ -46,8 +46,6 @@ class DbTableViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHel
|
||||
}
|
||||
$data = $data->execute()->fetchAll();
|
||||
|
||||
\TYPO3\CMS\Core\Utility\DebugUtility::debug($data);
|
||||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user