Skip to content

Commit

Permalink
bug in test result query preparedStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Oct 21, 2022
1 parent 004c0f7 commit 92c75a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ public Boolean testResultRequest(Connection connexion, PreparedStatementBuilder
try {
return hasResults(null, requeteLimit);
} catch (Exception e) {
LoggerHelper.error(LOGGER, e);
LoggerHelper.error(LOGGER, requeteLimit);
return false;
}
}
Expand Down

0 comments on commit 92c75a6

Please sign in to comment.