Stefan McShane 2 lat temu
rodzic
commit
ffd6d41e2b
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      cli/cmd/commands/auth.go

+ 0 - 3
cli/cmd/commands/auth.go

@@ -149,9 +149,6 @@ func login(ctx context.Context, cliConf config.CLIConfig, currentProfile string)
 		}
 
 		cliConf.Token = token
-		// _, _ = color.New(color.FgGreen).Println("Successfully logged in!")
-		// return setProjectForUser(ctx, client, currentProfile)
-
 	}
 
 	err = config.SetToken(cliConf.Token, currentProfile)