Skip to content

Commit

Permalink
logs update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHitHard committed Feb 9, 2024
1 parent 1d557b6 commit 94b09d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RideShareApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bin/
### IntelliJ IDEA ###
.idea
*.iws
*.log
*.iml
*.ipr
out/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public String logIn(@RequestBody String userDataString, @RequestParam(value = "r
return RequestAuthHelper.login(new JSONObject(userDataString), role);
} catch (Exception e) {
logger.error("Failed to login", e);
e.printStackTrace();
throw e;
}
}
Expand Down

0 comments on commit 94b09d6

Please sign in to comment.