mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove timer
This commit is contained in:
@@ -26,7 +26,6 @@ from rich.style import Style
|
||||
from . import errors
|
||||
from .geometry import Region, Offset, Size
|
||||
|
||||
from ._profile import timer
|
||||
from ._loop import loop_last
|
||||
from ._segment_tools import line_crop
|
||||
from ._types import Lines
|
||||
@@ -557,7 +556,6 @@ class Compositor:
|
||||
]
|
||||
return segment_lines
|
||||
|
||||
@timer("render")
|
||||
def render(self, full: bool = False) -> RenderableType:
|
||||
"""Render a layout.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user