socket: Remove old comment

This commit is contained in:
Daniel Oaks 2017-04-18 17:19:55 +10:00
parent f665ebac16
commit 067f982da4
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ func (socket *Socket) RunSocketWriter() {
break break
} }
} }
//TODO(dan): empty socket.lineToSendExists queue
socket.conn.Close() socket.conn.Close()
if !socket.Closed { if !socket.Closed {
socket.Closed = true socket.Closed = true