fixed test log

This commit is contained in:
Luca Frosini 2021-04-12 10:38:25 +02:00
parent ac305c0a32
commit fff6101491
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ public class AccountingDataHarvesterJupyterTest extends ContextTest {
List<AccountingRecord> harvested = jupyterAccessesHarvester.getAccountingRecords(); List<AccountingRecord> harvested = jupyterAccessesHarvester.getAccountingRecords();
accountingRecords.addAll(harvested); accountingRecords.addAll(harvested);
logger.debug("{} - {}", context, accountingRecords);
} }
} }