Skip to content

Commit 0c23904

Browse files
committed
fix(logout): Remove envLogout as it's ineffective.
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent f2afc79 commit 0c23904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/logout.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ var logoutCmd = &cobra.Command{
6363
configFilePath = configFile
6464
}
6565

66-
log.Info().Msg("Running logout command for environment variables")
67-
envLogout()
66+
//log.Info().Msg("Running logout command for environment variables")
67+
//envLogout()
6868

6969
if profile != "" {
7070
pErr := logoutProfile(profile, configFilePath)

0 commit comments

Comments
 (0)