[Web] Remove debugging points

This commit is contained in:
andryyy
2021-04-18 12:53:59 +02:00
parent 6d4f10dfca
commit eb1d5dd134
2 changed files with 1 additions and 9 deletions

View File

@@ -155,7 +155,7 @@ function password_complexity($_action, $_data = null) {
$_SESSION['return'][] = array(
'type' => 'success',
'log' => array(__FUNCTION__, $_action, $_data),
'msg' => print_r($_data, true)
'msg' => 'password_policy_saved'
);
break;
case 'get':