removed debugging

This commit is contained in:
Greg Wilkins 2012-08-20 23:32:26 +10:00
parent 325bfc290d
commit df5e09df71
1 changed files with 0 additions and 1 deletions

View File

@ -357,7 +357,6 @@ public class HttpManyWaysToCommitTest extends AbstractHttpTest
@Test @Test
public void testSetContentLengthAndWriteExactlyThatAmountOfBytesAndThrow() throws Exception public void testSetContentLengthAndWriteExactlyThatAmountOfBytesAndThrow() throws Exception
{ {
Log.getRootLogger().setDebugEnabled(true);
server.setHandler(new SetContentLengthAndWriteThatAmountOfBytesHandler(true)); server.setHandler(new SetContentLengthAndWriteThatAmountOfBytesHandler(true));
server.start(); server.start();