1
0
Falko Schindler 2 жил өмнө
parent
commit
7176ca149e

+ 0 - 1
website/example.py

@@ -94,7 +94,6 @@ class example:
             if isinstance(self.content, type):
             if isinstance(self.content, type):
                 name = pascal_to_snake(self.content.__name__)
                 name = pascal_to_snake(self.content.__name__)
                 path = Path(__file__).parent / 'more_reference' / f'{name}_reference.py'
                 path = Path(__file__).parent / 'more_reference' / f'{name}_reference.py'
-                print(path)
                 if path.exists():
                 if path.exists():
                     ui.markdown(f'[More examples...](reference/{name})').classes('bold-links')
                     ui.markdown(f'[More examples...](reference/{name})').classes('bold-links')