Skip to content

Commit

Permalink
Removed Xdebug 2 workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
hschletz committed Dec 18, 2020
1 parent 7f9b8b3 commit 36083b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions module/Tools/Controller/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ public function __invoke(\ZF\Console\Route $route, \Zend\Console\Adapter\Adapter
if ($validate) {
ini_set('display_errors', true); // Print reason for validation failure
ini_set('log_errors', false); // Prevent duplicate message in case of validation failure
if (extension_loaded('xdebug')) {
// Prevent printing backtraces on validation errors
xdebug_disable();
}
}

$clients = $this->_clientManager->getClients(null, 'IdString');
Expand Down

0 comments on commit 36083b8

Please sign in to comment.