mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove debug print
This commit is contained in:
@@ -1021,7 +1021,6 @@ class App(Generic[ReturnType], DOMNode):
|
|||||||
self.stylesheet.add_source(
|
self.stylesheet.add_source(
|
||||||
self.CSS, path=app_css_path, is_default_css=False
|
self.CSS, path=app_css_path, is_default_css=False
|
||||||
)
|
)
|
||||||
print(self.stylesheet)
|
|
||||||
except Exception as error:
|
except Exception as error:
|
||||||
self._handle_exception(error)
|
self._handle_exception(error)
|
||||||
self._print_error_renderables()
|
self._print_error_renderables()
|
||||||
|
|||||||
Reference in New Issue
Block a user