Skip to content

Commit

Permalink
webui: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Jul 30, 2019
1 parent 3b10065 commit 4315e20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webui/module/Auth/src/Auth/Controller/AuthController.php
Expand Up @@ -88,7 +88,6 @@ public function loginAction()
$this->bsock = $this->getServiceLocator()->get('director');
$this->bsock->set_config($config['directors'][$director]);
$this->bsock->set_user_credentials($username, $password);
//error_log($username);

if($this->bsock->connect_and_authenticate()) {
$_SESSION['bareos']['director'] = $director;
Expand Down

0 comments on commit 4315e20

Please sign in to comment.