Skip to content

Commit

Permalink
cleanup unnecessary print statement (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shackelford-Arden authored Jun 10, 2024
1 parent 22fcd36 commit c805513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/unreleased/Fixed-20240610-141326.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Fixed
body: Removed print statement in use that caused eval to fail
time: 2024-06-10T14:13:26.525928-05:00
custom:
Author: Shackelford-Arden
1 change: 0 additions & 1 deletion cmd/use.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func Use(ctx *cli.Context) error {

currentStack := AppConfig.GetCurrentStack()
// Get current stacks tokens, if any and cache them
fmt.Printf("Value of cache_auth: %v", AppConfig.CacheAuth)
if currentStack != nil && AppConfig.CacheAuth {
toCache := cache.GetCacheableValues()
updateErr := AppCache.Update(currentStack.Name, toCache)
Expand Down

0 comments on commit c805513

Please sign in to comment.