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:
parent
124663aaf1
commit
50ad34c6ca
|
@ -246,8 +246,6 @@ public abstract class AbstractGenerator implements Generator
|
||||||
*/
|
*/
|
||||||
public void setHead(boolean head)
|
public void setHead(boolean head)
|
||||||
{
|
{
|
||||||
System.err.println("setHead "+head);
|
|
||||||
new Throwable().printStackTrace();
|
|
||||||
_head = head;
|
_head = head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue