diff --git a/stash_cmd.go b/stash_cmd.go index c81aa9e..8760f27 100644 --- a/stash_cmd.go +++ b/stash_cmd.go @@ -15,11 +15,6 @@ import ( ) var ( - /* - identityFile string - forceKey bool - */ - memo string stashCmd = &cobra.Command{ @@ -66,16 +61,6 @@ func getCharmConfig() *charm.Config { log.Fatal(err) } - /* - if identityFile != "" { - cfg.SSHKeyPath = identityFile - cfg.ForceKey = true - } - if forceKey { - cfg.ForceKey = true - } - */ - return cfg }