Author: chirino
Date: Fri Aug 19 22:17:35 2011
New Revision: 1159803
URL: http://svn.apache.org/viewvc?rev=1159803&view=rev
Log:
remove debugging print statements.
Modified:
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompCodec.scala
Modified:
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompCodec.scala
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompCodec.scala?rev=1159803&r1=1159802&r2=1159803&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompCodec.scala
(original)
+++
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompCodec.scala
Fri Aug 19 22:17:35 2011
@@ -122,7 +122,6 @@ object StompCodec extends Log {
headers.add((name, value))
} catch {
case e:Exception=>
- e.printStackTrace
throw new IOException("Unable to parser header line [" + line +
"]")
}
line = read_line
@@ -459,7 +458,6 @@ class StompCodec extends ProtocolCodec {
headers.add((ascii(name), ascii(value)))
} catch {
case e:Exception=>
- e.printStackTrace
throw new IOException("Unable to parser header line [" + line +
"]")
}