Skip to content

Commit

Permalink
remove uneeded fmtprint
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 6, 2019
1 parent 1180ab3 commit 658052b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ var sshEnvCmd = &cobra.Command{
},
HostKeyCallback: ssh.InsecureIgnoreHostKey(),
}
fmt.Println(config.Auth[0])
defer closeSSHAgent()
lagoonssh.InteractiveSSH(sshConfig, sshService, sshContainer, config)
}
Expand Down

0 comments on commit 658052b

Please sign in to comment.