Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-vinz committed May 9, 2023
1 parent 154880a commit e206745
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public ResponseEntity<User> login(@RequestBody User user)
// Creates authentication
Authentication authentication = null;

System.out.println(user.getFirstName());

try
{
authentication = this.authenticationManager.authenticate(new UsernamePasswordAuthenticationToken(user.getEmail(), user.getPassword()));
Expand Down

0 comments on commit e206745

Please sign in to comment.