[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 $argument
) { ) {
if ($this->arguments->hasArgument($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 $this->arguments->getArgument($argument)->getValue();
} }
return false; return false;