disable log trade importer
This commit is contained in:
parent
2fc0ce5029
commit
6e9209d249
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ public class TradeImporterService {
|
|||
|
||||
private boolean checkTradingDay() {
|
||||
LocalDate today = LocalDate.now();
|
||||
log.debug("Verify trading day {} by calendar", today);
|
||||
// log.debug("Verify trading day {} by calendar", today);
|
||||
|
||||
ClearingCalendar calendar = clearingCalendarImdg.getFirstObjectByFieldValues(Map.of("clearingDate", today));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue