Skip to content

Commit

Permalink
Merge pull request #158 from bbockelm/remove_errant_print
Browse files Browse the repository at this point in the history
Remove errant stdout message
  • Loading branch information
joereuss12 authored Sep 28, 2023
2 parents 7a557bb + 563dfa1 commit baa26b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/encrypted.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func GetEncryptedConfigName() (string, error) {
}
config_root = filepath.Join(dirname, ".config")
}
fmt.Printf("Final location: %v/%v", config_root, config_location)
return filepath.Join(config_root, config_location), nil
}

Expand Down

0 comments on commit baa26b2

Please sign in to comment.