[BUGFIX] Remove debugging output

This commit is contained in:
Philipp Dieter 2019-02-05 21:18:47 +01:00
parent 4c9059be40
commit 738ac1e36e

View File

@ -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;
}
}