Skip to content

Commit 92c75a6

Browse files
committed
bug in test result query preparedStatement
1 parent 004c0f7 commit 92c75a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arc-utils/src/main/java/fr/insee/arc/utils/dao/UtilitaireDao.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ public Boolean testResultRequest(Connection connexion, PreparedStatementBuilder
485485
try {
486486
return hasResults(null, requeteLimit);
487487
} catch (Exception e) {
488-
LoggerHelper.error(LOGGER, e);
489-
LoggerHelper.error(LOGGER, requeteLimit);
490488
return false;
491489
}
492490
}

0 commit comments

Comments
 (0)