remove comments

This commit is contained in:
Will McGugan
2023-01-23 12:03:38 +01:00
parent 3b9bc0d536
commit b70b3997f0
2 changed files with 6 additions and 6 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.11.0] - Unreleased
### Fixed
- Fixed stuck screen https://github.com/Textualize/textual/issues/1632
## [0.10.1] - 2023-01-20
### Added

View File

@@ -2017,12 +2017,6 @@ class App(Generic[ReturnType], DOMNode):
await self._close_messages()
async def _on_resize(self, event: events.Resize) -> None:
# print(self.screen, self._screen_stack)
# print(self.screen.size)
# print(self.screen.is_running)
# print((self.screen._message_queue))
# print(self.screen._active_message)
# print(self.screen._task)
event.stop()
await self.screen.post_message(event)