forgot to remove a tmp comment
diff --git a/packet-manager.go b/packet-manager.go
index 3f5f0c0..a204567 100644
--- a/packet-manager.go
+++ b/packet-manager.go
@@ -61,7 +61,6 @@
 // The goal is to process packets in the order they are received as is
 // requires by section 7 of the RFC, while maximizing throughput of file
 // transfers.
-// XXX incomingChan // newPacketChannel // incomingPktChan
 func (s *packetManager) workerChan(worker func(requestChan)) requestChan {
 
 	rwChan := make(chan requestPacket, sftpServerWorkerCount)