Skip to content

Commit

Permalink
a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Aug 22, 2023
1 parent d642b5d commit ba574df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ message_if_verbose <- function(..., verbose = NULL, required_verbose = 1, is_equ
if (is.null(verbose)) {
verb <- verbose_sd_get()
}
# Should it be verbose equal to required or >= ?
if (moe_sd(verb, required_verbose, is_equal)) {
message(...)
}
Expand Down

0 comments on commit ba574df

Please sign in to comment.