Author: gaohoward
Date: 2011-10-14 10:36:55 -0400 (Fri, 14 Oct 2011)
New Revision: 11539
Modified:
trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompConnection.java
Log:
remove debug log
Modified:
trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompConnection.java
===================================================================
---
trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompConnection.java 2011-10-14
14:18:06 UTC (rev 11538)
+++
trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/stomp/StompConnection.java 2011-10-14
14:36:55 UTC (rev 11539)
@@ -417,7 +417,6 @@
error.setDisconnect(true);
throw error;
}
- log.error("------------------ negotiated version is " +
this.version);
}
this.frameHandler = VersionedStompFrameHandler.getHandler(this, this.version);