From 8a55fa720953b287d7ffef4889646dc9416c886a Mon Sep 17 00:00:00 2001 From: Philipp Dieter Date: Sun, 4 Oct 2020 23:49:43 +0200 Subject: [PATCH] [CLEANUP] Remove debugging output --- Classes/Controller/ActionController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Classes/Controller/ActionController.php b/Classes/Controller/ActionController.php index 9be730e..144d412 100644 --- a/Classes/Controller/ActionController.php +++ b/Classes/Controller/ActionController.php @@ -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;