From fff61014913b643eb053c33607dbf68e751f0bb7 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 12 Apr 2021 10:38:25 +0200 Subject: [PATCH] fixed test log --- .../dataharvest/jupyter/AccountingDataHarvesterJupyterTest.java | 2 -- 1 file changed, 2 deletions(-) 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); } }