tq/ssh.go: remove extra temp filename comment

We remove one extra copy of a comment added in commit
9c46a38281283d919e841cf3dcae35b4f686e0e1 of PR #4446,
where the first copy was already in place from commit
594f8e386cce3441e06c9094ab5e251f0e07ca1f in the same PR.
This commit is contained in:
Chris Darroch 2021-07-20 23:35:39 -04:00
parent 832be8daaa
commit 461af6e0a4

@ -173,7 +173,6 @@ func (a *SSHAdapter) DoTransfer(ctx interface{}, t *Transfer, cb ProgressCallbac
}
func (a *SSHAdapter) download(t *Transfer, conn *ssh.PktlineConnection, cb ProgressCallback) error {
// Reserve a temporary filename. We need to make sure nobody operates on the file simultaneously with us.
rel, err := t.Rel("download")
if err != nil {
return err