Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
e9979807
Commit
e9979807
authored
Aug 03, 2019
by
Stefan Busemann
Browse files
[BUGFIX] Remove debug statements
parent
3976bf0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/AbstractProtectedBeController.php
View file @
e9979807
...
...
@@ -16,7 +16,6 @@ namespace TYPO3\Election\Controller;
use
Doctrine\Common\Util\Debug
;
use
TYPO3\CMS\Core\Messaging\AbstractMessage
;
use
TYPO3\CMS\Extbase\Utility\DebuggerUtility
;
use
TYPO3\CMS\Extbase\Utility\LocalizationUtility
;
/**
...
...
@@ -71,7 +70,6 @@ abstract class AbstractProtectedBeController extends AbstractBeController
$this
->
request
->
setOriginalRequestMappingResults
(
$this
->
arguments
->
getValidationResults
());
$this
->
forward
(
$referringRequest
->
getControllerActionName
(),
$referringRequest
->
getControllerName
(),
$referringRequest
->
getControllerExtensionName
(),
$referringRequest
->
getArguments
());
}
DebuggerUtility
::
var_dump
(
$this
->
request
[
'nominee.image'
]);
$message
=
'An error occurred while trying to call '
.
get_class
(
$this
)
.
'->'
.
$this
->
actionMethodName
.
'().'
.
PHP_EOL
;
return
$message
;
...
...
Classes/Controller/BeDashboardController.php
View file @
e9979807
...
...
@@ -14,7 +14,6 @@ namespace TYPO3\Election\Controller;
* The TYPO3 project - inspiring people to share!
*/
use
TYPO3\CMS\Core\Messaging\AbstractMessage
;
use
TYPO3\CMS\Extbase\Utility\DebuggerUtility
;
use
TYPO3\CMS\Extbase\Utility\LocalizationUtility
;
use
TYPO3\Election\Domain\Repository\ElectionCircularRepository
;
use
TYPO3\Election\Domain\Repository\ElectorImportRepository
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment