From 77708f4a00b419860ac13ddec3ae90c43a934435 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Tue, 3 Apr 2007 15:44:10 +0000 Subject: [PATCH] No sysout. --- .../webflow/conversation/impl/ConversationSizeTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/src/test/java/org/springframework/webflow/conversation/impl/ConversationSizeTests.java b/spring-webflow/src/test/java/org/springframework/webflow/conversation/impl/ConversationSizeTests.java index 7e8ea263..165e4bba 100644 --- a/spring-webflow/src/test/java/org/springframework/webflow/conversation/impl/ConversationSizeTests.java +++ b/spring-webflow/src/test/java/org/springframework/webflow/conversation/impl/ConversationSizeTests.java @@ -108,7 +108,7 @@ public class ConversationSizeTests extends TestCase { oout.flush(); int objSize = bout.toByteArray().length; - System.out.println(">>>> serialized size of '" + obj + "' is " + objSize); + //System.out.println(">>>> serialized size of '" + obj + "' is " + objSize); return objSize; }