removed debugging
This commit is contained in:
parent
325bfc290d
commit
df5e09df71
|
@ -357,7 +357,6 @@ public class HttpManyWaysToCommitTest extends AbstractHttpTest
|
|||
@Test
|
||||
public void testSetContentLengthAndWriteExactlyThatAmountOfBytesAndThrow() throws Exception
|
||||
{
|
||||
Log.getRootLogger().setDebugEnabled(true);
|
||||
server.setHandler(new SetContentLengthAndWriteThatAmountOfBytesHandler(true));
|
||||
server.start();
|
||||
|
||||
|
|
Loading…
Reference in New Issue