stream.go
changeset 46 4a4530b8f622
parent 45 abf958bcc201
child 51 1af366d10d32
--- a/stream.go	Sun Jan 01 19:00:21 2012 -0700
+++ b/stream.go	Sun Jan 01 19:32:51 2012 -0700
@@ -217,8 +217,6 @@
 	}
 }
 
-// BUG(cjyar) Allow extensions to provide filters in the form of "in
-// chan<- Stanza, out <-chan Stanza".
 func (cl *Client) readStream(srvIn <-chan interface{}, cliOut chan<- Stanza) {
 	defer tryClose(srvIn, cliOut)