Skip to content

Commit

Permalink
remove browser
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-burn committed Sep 23, 2024
1 parent 7b8e9f5 commit a30f1f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/conceptCohort.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ conceptCohort <- function(cdm,
}

cli::cli_inform(c("i" = "Applying cohort requirements."))
browser()
cdm[[name]] <- fulfillCohortReqs(cdm = cdm, name = name)
cdm[[name]] <- omopgenerics::newCohortTable(table = cdm[[name]],
cohortAttritionRef = NULL,
Expand Down

0 comments on commit a30f1f7

Please sign in to comment.