Commit 34a9ca26 authored by houyun's avatar houyun
Browse files

mv debug message

parent 39708068
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ label_formula <- function (parse = TRUE) {
    n <- length(x)
    nm <- names(x)
    .FUN <- parse
    print(parse)
    if (!is.function(.FUN)) {
      if (any(grepl("\n", x, fixed = TRUE))) {
        .FUN <- parse_func(output = "richtext")