revert accidental channel call

This commit is contained in:
Joseph Lawson
2014-04-22 19:58:39 -04:00
parent 840ca61de9
commit c4d0eb0ae1
-1
View File
@@ -48,7 +48,6 @@ func (t *TCPMessage) listen() {
t.AddPacket(packet)
} else {
// Stop loop if channel closed
t.c_del_message <- t
return
}
}