Skip to content

Commit 679b8ff

Browse files
committed
update samples
1 parent 91e3b2d commit 679b8ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/client/echo_api/r/R/string_enum_ref.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ StringEnumRef <- R6::R6Class(
2929
stop("Use one of the valid values: ",
3030
paste0(enumvec, collapse = ", "))
3131
}
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.")
3532
}
3633
private$value <- val
3734
},

0 commit comments

Comments
 (0)