Skip to content

Commit

Permalink
remove message, spams terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 27, 2024
1 parent d916759 commit 301c247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/wf_get_key.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ wf_get_key <- function(user = "ecmwfr") {
# by default
key <- Sys.getenv("ecmwfr_PAT")
if(nchar(key)>0){
message("An environmental variable set Personal Access Token is present \n",
"bypassing the use of your keyring")
return(key)
}

Expand Down

0 comments on commit 301c247

Please sign in to comment.