Skip to content

Commit 9944bda

Browse files
committed
Remove print
1 parent 50d37c1 commit 9944bda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shiny/ui/_accordion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ def accordion(
258258
restore_input(accordion_id, MISSING), MISSING_TYPE
259259
)
260260
open = restore_input(accordion_id, open)
261-
print(f"restored open: {restore_input(accordion_id, MISSING)}")
262261

263262
is_open: list[bool] = []
264263
if open is None:

0 commit comments

Comments
 (0)