Skip to content

Commit

Permalink
remove duplicate log line
Browse files Browse the repository at this point in the history
  • Loading branch information
toph-allen committed Sep 5, 2024
1 parent 52291bc commit 7d823cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/manifest-convert.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ renv_lockfile_from_manifest <- function(manifest = "manifest.json",
if (is.na(lockfile))
return(lock)

# otherwise, write to file and report for user
# otherwise, write to file
renv_lockfile_write(lock, file = lockfile)
fmt <- "- Lockfile written to %s."
writef(fmt, renv_path_pretty(lockfile))

invisible(lock)

Expand Down

0 comments on commit 7d823cd

Please sign in to comment.