Skip to content

Commit

Permalink
Removing extraneous import message #128
Browse files Browse the repository at this point in the history
  • Loading branch information
spgarbet committed May 10, 2023
1 parent dd4fbb9 commit 69677d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions R/importRecords.R
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,6 @@ importRecords.redcapApiConnection <- function(rcon,
else
MetaData$field_name[1]

msg <- paste0("REDCap Data Import Log: ", Sys.time(),
"\nThe following (if any) conditions were noted about the data.\n\n")

if (is.null(logfile))
message(msg)
else
write(msg, logfile)

data <- validateImport(data = data,
meta_data = MetaData,
logfile = logfile)
Expand Down

0 comments on commit 69677d0

Please sign in to comment.