We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e3b2d commit 679b8ffCopy full SHA for 679b8ff
1 file changed
samples/client/echo_api/r/R/string_enum_ref.R
@@ -29,9 +29,6 @@ StringEnumRef <- R6::R6Class(
29
stop("Use one of the valid values: ",
30
paste0(enumvec, collapse = ", "))
31
}
32
- warning("Initializing StringEnumRef with DUMMY_ENUM. Use one of the valid values: ",
33
- paste0(enumvec, collapse = ", "),
34
- ". If you did not manually initialize StringEnumRef, this may already be overwritten by an enum loaded from a JSON config.")
35
36
private$value <- val
37
},
0 commit comments