Skip to content

Commit 8751b49

Browse files
committed
oops, I don't want to leave wire trace on
1 parent 327a63c commit 8751b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/marklogic/client/test/DatabaseClientFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class DatabaseClientFactoryTest {
5050
@BeforeClass
5151
public static void beforeClass() {
5252
Common.connectEval();
53-
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");
53+
//System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");
5454
}
5555
@AfterClass
5656
public static void afterClass() {

0 commit comments

Comments
 (0)