Skip to content

Commit

Permalink
Remove browser from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
katieb1 committed Dec 2, 2023
1 parent 93cd93b commit a50a92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ setMethod("packages", signature(ssimObject = "Session"), function(ssimObject, in
#' @rdname packages
setMethod("packages", signature(ssimObject = "SsimLibrary"), function(ssimObject) {

browser()
# Retrieve list of packages in library
#TODO: change to --packages when update to next version of SyncroSim v3
args <- list(list = NULL, pkgvers = NULL, lib = filepath(ssimObject), csv = NULL)
Expand Down

0 comments on commit a50a92b

Please sign in to comment.