Skip to content

Commit 1f05b8e

Browse files
committed
Removing prints
1 parent be6e594 commit 1f05b8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shiny/_main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,7 @@ class ReloadArgs(TypedDict):
718718

719719

720720
def _set_workbench_kwargs(kwargs: dict[str, object]) -> None:
721-
print(kwargs)
722721
if is_workbench():
723-
print("hit")
724722
if kwargs.get("ws_per_message_deflate"):
725723
# Workaround for nginx/uvicorn issue within Workbench
726724
# https://github.com/rstudio/rstudio-pro/issues/7368#issuecomment-2918016088
@@ -729,7 +727,6 @@ def _set_workbench_kwargs(kwargs: dict[str, object]) -> None:
729727
stacklevel=2,
730728
)
731729
kwargs["ws_per_message_deflate"] = False
732-
print(kwargs)
733730

734731

735732
# Check that the version of rsconnect supports Shiny Express; can be removed in the

0 commit comments

Comments
 (0)