We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d99de commit 972444aCopy full SHA for 972444a
1 file changed
app/src/main/java/hexlet/code/controller/UrlCheckController.java
@@ -63,7 +63,6 @@ public static void check(Context ctx) throws SQLException {
63
ctx.sessionAttribute(FLASH_TYPE, FLASH_DANGER);
64
// ctx.redirect(NamedRoutes.urlPath(urlId))
65
} catch (SQLException e) {
66
- e.printStackTrace();
67
log.info("Error in UrlCheckController.check - SQLException", e);
68
ctx.sessionAttribute(FLASH, CHECK_ERROR + e.getMessage());
69
0 commit comments