Skip to content

Commit 01d39af

Browse files
committed
Don't duplicate preview url
1 parent 72c531e commit 01d39af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/daemon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ run_serve_daemon <- function(
157157
if (isFALSE(quiet)) {
158158
cli::cli_inform(c(
159159
"",
160-
"i" = "Preview server running at {.url {serve_url}}",
160+
# "i" = "Preview server running at {.url {serve_url}}",
161161
">" = "Stop the preview with {.code quarto_{command}_stop()}"
162162
))
163163
}

0 commit comments

Comments
 (0)