diff --git a/src/test/java/org/gcube/dataharvest/jupyter/AccountingDataHarvesterJupyterTest.java b/src/test/java/org/gcube/dataharvest/jupyter/AccountingDataHarvesterJupyterTest.java index ff22057..f667d98 100644 --- a/src/test/java/org/gcube/dataharvest/jupyter/AccountingDataHarvesterJupyterTest.java +++ b/src/test/java/org/gcube/dataharvest/jupyter/AccountingDataHarvesterJupyterTest.java @@ -58,8 +58,6 @@ public class AccountingDataHarvesterJupyterTest extends ContextTest { List harvested = jupyterAccessesHarvester.getAccountingRecords(); accountingRecords.addAll(harvested); - - logger.debug("{} - {}", context, accountingRecords); } }