remove comment
diff --git a/request-packet.go b/request-packet.go
index a801070..da83da5 100644
--- a/request-packet.go
+++ b/request-packet.go
@@ -40,7 +40,6 @@
 func (p sshFxpRenamePacket) getPath() string   { return p.Oldpath }
 func (p sshFxpSymlinkPacket) getPath() string  { return p.Targetpath }
 
-// have path but not handled the same... keep?
 func (p sshFxpOpendirPacket) getPath() string { return p.Path }
 func (p sshFxpOpenPacket) getPath() string    { return p.Path }