Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 22, 2024
1 parent 8e573d8 commit 848f61c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/initWorkflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ initWorkflow <- function(file, dir = ".", jobDirPath = NULL, handleMetadata = TR
newcontact <- NULL
if(is(contact,"geoflow_contact")){
id <- contact$identifiers[["id"]]
config$logger.info(id)
role <- contact$role
if(!is.null(id)) if(!is.na(id)){
contact_from_directory <- directory_of_contacts[sapply(directory_of_contacts, function(x){id %in% x$identifiers})]
Expand Down

0 comments on commit 848f61c

Please sign in to comment.