You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2022/01/16 13:06:48 UTC

[systemds] 03/03: [MINOR] Remove logging of config settings

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 123f9963f6d4e16db22016761d81f49f7657b045
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Sun Jan 16 14:06:27 2022 +0100

    [MINOR] Remove logging of config settings
---
 src/test/java/org/apache/sysds/test/AutomatedTestBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sysds/test/AutomatedTestBase.java b/src/test/java/org/apache/sysds/test/AutomatedTestBase.java
index d292e6b..cb53abc 100644
--- a/src/test/java/org/apache/sysds/test/AutomatedTestBase.java
+++ b/src/test/java/org/apache/sysds/test/AutomatedTestBase.java
@@ -1102,7 +1102,7 @@ public abstract class AutomatedTestBase {
 					.replace(createXMLElement(DMLConfig.SCRATCH_SPACE, "scratch_space"),"")
 					.replace(createXMLElement(DMLConfig.LOCAL_TMP_DIR, "/tmp/systemds"),"")
 					.replace("</root>", testScratchSpace + testTempSpace + "\n</root>");
-				LOG.error(configContents);
+
 				FileUtils.write(getCurConfigFile(), configContents, "UTF-8");
 
 				if(LOG.isDebugEnabled())