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
This commit is contained in:
Greg Wilkins 2010-07-14 03:49:21 +00:00
parent 124663aaf1
commit 50ad34c6ca
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}