Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 0145c6c

Browse files
committed
test
1 parent 3f165a7 commit 0145c6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/arangodb/objectmapper/test/BaseTestCase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ private Properties loadPropertiesFromFile() {
110110
InputStream resourceAsStream = BaseTestCase.class.getResourceAsStream("/arangodb.properties");
111111
props.load(resourceAsStream);
112112

113-
LOG.info(props.toString());
114-
115113
LOG.info("Load " + props.size() +" Properties from " + BaseTestCase.class.getResource("/arangodb.properties").getFile());
116114

117115
} catch (Exception e) {

0 commit comments

Comments
 (0)