Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
BFallert committed Nov 7, 2024
1 parent 534a507 commit 7e66b79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Classes/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,6 @@ protected function getLanguageService(): LanguageService
*/
protected function getParametersSafely(string $parameterName)
{
//var_dump($parameterName);
//var_dump('<hr>getArguments');
//var_dump($this->request->getArguments());
//var_dump('<hr>getQueryParams');
//var_dump($this->request->getQueryParams());
//var_dump('<hr>');
if ($this->request->hasArgument($parameterName)) {
return $this->request->getArgument($parameterName);
}
Expand Down

0 comments on commit 7e66b79

Please sign in to comment.