From c3e5e0490c47691309e5cb0b97796c740da02837 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 18 Feb 2023 22:46:43 +0000 Subject: [PATCH] remove log --- examples/dictionary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/dictionary.py b/examples/dictionary.py index 6a6f84d42..89fa3170b 100644 --- a/examples/dictionary.py +++ b/examples/dictionary.py @@ -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: