Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ControllerServlet: do not sent email to admin upon error #6587 #6796

Merged
merged 12 commits into from
Mar 14, 2017
Merged
Prev Previous commit
Next Next commit
Remove extra line break
  • Loading branch information
LiHaoTan committed Mar 12, 2017
commit 492e9b18ccbaddf33938805f92d5f52e02c05c51
1 change: 0 additions & 1 deletion src/main/java/teammates/logic/api/EmailGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ private String fillUpInstructorJoinFragment(InstructorAttributes instructor, Str
"${joinUrl}", joinUrl);
}


/**
* Generates the logs compilation email for the given {@code logs}.
*/
Expand Down