remove println
This commit is contained in:
parent
451242bea4
commit
23e633cc5f
@ -66,8 +66,6 @@ public class SecurityConfig extends VaadinWebSecurity {
|
||||
final UserDetails details = super.mapUserFromContext(ctx, username, authorities);
|
||||
final Employee employee = employeeService.getDetachedEmployeeByUsername(details.getUsername());
|
||||
|
||||
System.out.println(">>>>>" + employee + ">>>" + employee.getId());
|
||||
|
||||
return employee == null ? details : employee;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user