remove debug

This commit is contained in:
Will McGugan
2022-09-15 15:35:37 +01:00
parent e79377837b
commit 79863361c2

View File

@@ -165,8 +165,6 @@ class BasicApp(App, css_path="basic.css"):
def on_mount(self):
self.sub_title = "Widget demo"
self.log.warning("This is a warning!")
self.log.error("This is an error")
async def on_key(self, event) -> None:
await self.dispatch_key(event)