Falko Schindler 2 년 전
부모
커밋
7176ca149e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      website/example.py

+ 0 - 1
website/example.py

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