Skip to content

Commit 41cb6aa

Browse files
committed
No logging by default.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@801505 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2f48971 commit 41cb6aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/org/apache/commons/codec/binary/HexTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
public class HexTest extends TestCase {
4141

4242
private static final String BAD_ENCODING_NAME = "UNKNOWN";
43-
private final static boolean LOG = true;
43+
44+
private final static boolean LOG = false;
4445

4546
public HexTest(String name) {
4647
super(name);

0 commit comments

Comments
 (0)