Skip to content

Commit 76b1cbd

Browse files
committed
cleanup
1 parent 9fd7728 commit 76b1cbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/style.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def example_link(title: str, description: str) -> None:
3131
name = title.lower().replace(' ', '_')
3232
directory = Path(__file__).parent.parent / 'examples' / name
3333
content = [p for p in directory.glob('*') if p.name != '__pycache__' and not p.name.startswith('.')]
34-
print(name, content, flush=True)
3534
filename = 'main.py' if len(content) == 1 else ''
3635
with ui.link(target=f'https://github.com/zauberzeug/nicegui/tree/main/examples/{name}/{filename}') \
3736
.classes('bg-[#5898d420] p-4 self-stretch rounded flex flex-col gap-2') \

0 commit comments

Comments
 (0)