mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove log
This commit is contained in:
@@ -44,7 +44,6 @@ class DictionaryApp(App):
|
||||
|
||||
if word == self.query_one(Input).value:
|
||||
markdown = self.make_word_markdown(results)
|
||||
self.log(markdown)
|
||||
await self.query_one("#results", Markdown).update(markdown)
|
||||
|
||||
def make_word_markdown(self, results: object) -> str:
|
||||
|
||||
Reference in New Issue
Block a user