Skip to content

Commit

Permalink
be quiet!
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2243 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Jun 24, 2006
1 parent 4c6083b commit 6866bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/http/httpHeader.java
Expand Up @@ -891,7 +891,7 @@ public String getHeaderCookies(){
while(it.hasNext())
{
java.util.Map.Entry e = (java.util.Map.Entry) it.next();
System.out.println(""+e.getKey()+" : "+e.getValue());
//System.out.println(""+e.getKey()+" : "+e.getValue());
if(e.getKey().equals("Cookie"))
{
return e.getValue().toString();
Expand Down

0 comments on commit 6866bc2

Please sign in to comment.