From 6866bc2758a25bcd8695555f351adee4aba06cdc Mon Sep 17 00:00:00 2001 From: allo Date: Sat, 24 Jun 2006 17:40:55 +0000 Subject: [PATCH] be quiet! git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2243 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/http/httpHeader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/http/httpHeader.java b/source/de/anomic/http/httpHeader.java index 3847814d3..fb6291550 100644 --- a/source/de/anomic/http/httpHeader.java +++ b/source/de/anomic/http/httpHeader.java @@ -891,7 +891,7 @@ public final class httpHeader extends TreeMap implements Map { 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();