Skip to content

Commit f7439e3

Browse files
committed
remove logging and fix lint errors
1 parent 72d2c41 commit f7439e3

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

R/check_papo_call_manual.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ check_papo_call <- function(datasets, module_id, subject_level_dataset_name, sub
77
sender_ids, summary, listings, plots, afmm_module_names) {
88
warn <- character(0)
99
err <- character(0)
10-
logger::log_info("running check_papo_call")
11-
on.exit(logger::log_info("finished check_papo_call"))
10+
1211
assert_warn <- function(cond, msg, do_assert = TRUE) {
1312
ok <- FALSE
1413
if (isTRUE(do_assert)) {

R/mock_with_mm.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ mock_with_mm_app <- function() {
3232
),
3333
column_count = 3
3434
),
35-
# listings = list(
36-
# "Adverse Event" = list(dataset = "adae", default_vars = NULL),
37-
# "Concomitant Medication" = list(dataset = "cm", default_vars = NULL)
38-
# ),
35+
listings = list(
36+
"Adverse Event" = list(dataset = "adae", default_vars = NULL),
37+
"Concomitant Medication" = list(dataset = "cm", default_vars = NULL)
38+
),
3939
plots = "defaults"
4040
)
4141
)

0 commit comments

Comments
 (0)