Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthct committed Dec 15, 2023
1 parent 8215614 commit 6f06944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func Save(cfg *Config) error {
if err != nil {
return fmt.Errorf("can't write file '%s': %v", file, err)
}
fmt.Println("successfully logged in to", cfg.URL)
return nil
}

Expand Down

0 comments on commit 6f06944

Please sign in to comment.