Remove debug print

This commit is contained in:
Darren Burns
2022-10-25 15:34:04 +01:00
parent b6e19d5c30
commit e99beb9dda

View File

@@ -1021,7 +1021,6 @@ class App(Generic[ReturnType], DOMNode):
self.stylesheet.add_source(
self.CSS, path=app_css_path, is_default_css=False
)
print(self.stylesheet)
except Exception as error:
self._handle_exception(error)
self._print_error_renderables()