remove debug
This commit is contained in:
parent
d97f8af215
commit
bc5002515e
|
@ -22,7 +22,6 @@
|
|||
if ( $action == 'logout' ) {
|
||||
userLogout();
|
||||
$view = 'login';
|
||||
ZM\Logger::Debug("User: " . print_r($user,true));
|
||||
} elseif ( $action == 'config' ) {
|
||||
$redirect = '?view=user&uid='.$user['Id'];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue