[CLEANUP] Remove debugging output

This commit is contained in:
Philipp Dieter 2020-10-04 23:49:43 +02:00
parent f40c4b6e74
commit 8a55fa7209

View File

@ -289,9 +289,6 @@ class ActionController extends BaseController
$argument
) {
if ($this->arguments->hasArgument($argument)){
//\TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump(
// $this->arguments->getArgument($argument)->getValue(), null, 3
//);
return $this->arguments->getArgument($argument)->getValue();
}
return false;