From 50ad34c6ca22658556c7978748b6bdb4f21a9891 Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Wed, 14 Jul 2010 03:49:21 +0000 Subject: [PATCH] 319655 Reset HEAD status - removed debug git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2116 7e9141cc-0065-0410-87d8-b60c137991c4 --- .../src/main/java/org/eclipse/jetty/http/AbstractGenerator.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jetty-http/src/main/java/org/eclipse/jetty/http/AbstractGenerator.java b/jetty-http/src/main/java/org/eclipse/jetty/http/AbstractGenerator.java index caf74fc0685..db0db7902f5 100644 --- a/jetty-http/src/main/java/org/eclipse/jetty/http/AbstractGenerator.java +++ b/jetty-http/src/main/java/org/eclipse/jetty/http/AbstractGenerator.java @@ -246,8 +246,6 @@ public abstract class AbstractGenerator implements Generator */ public void setHead(boolean head) { - System.err.println("setHead "+head); - new Throwable().printStackTrace(); _head = head; }