refactor: drop old/upstream TODOs
This commit is contained in:
@ -72,8 +72,6 @@ func DeleteContext(name string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// remove any context that might be loaded
|
||||
// TODO: Check if the context we are removing is the active one rather than doing it all the time
|
||||
cfg := dConfig.LoadDefaultConfigFile(nil)
|
||||
cfg.CurrentContext = ""
|
||||
if err := cfg.Save(); err != nil {
|
||||
|
Reference in New Issue
Block a user