You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/01/31 18:32:52 UTC

svn commit: r501918 - /incubator/qpid/branches/qpid.0-9/gentools/src/org/apache/qpid/gentools/AmqpFlagMap.java

Author: aconway
Date: Wed Jan 31 09:32:50 2007
New Revision: 501918

URL: http://svn.apache.org/viewvc?view=rev&rev=501918
Log:

* Remove debug println statement.

Modified:
    incubator/qpid/branches/qpid.0-9/gentools/src/org/apache/qpid/gentools/AmqpFlagMap.java

Modified: incubator/qpid/branches/qpid.0-9/gentools/src/org/apache/qpid/gentools/AmqpFlagMap.java
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/gentools/src/org/apache/qpid/gentools/AmqpFlagMap.java?view=diff&rev=501918&r1=501917&r2=501918
==============================================================================
--- incubator/qpid/branches/qpid.0-9/gentools/src/org/apache/qpid/gentools/AmqpFlagMap.java (original)
+++ incubator/qpid/branches/qpid.0-9/gentools/src/org/apache/qpid/gentools/AmqpFlagMap.java Wed Jan 31 09:32:50 2007
@@ -33,7 +33,6 @@
 
 	public boolean isSet(AmqpVersion version)
 	{
-	    System.out.println("VERSION="+version);
 	    return containsKey(true) && get(true).contains(version);
 	}