Skip to content

Commit e99beb9

Browse files
committed
Remove debug print
1 parent b6e19d5 commit e99beb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/textual/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,6 @@ async def _process_messages(
10211021
self.stylesheet.add_source(
10221022
self.CSS, path=app_css_path, is_default_css=False
10231023
)
1024-
print(self.stylesheet)
10251024
except Exception as error:
10261025
self._handle_exception(error)
10271026
self._print_error_renderables()

0 commit comments

Comments
 (0)