remove debug

This commit is contained in:
Will McGugan
2022-08-26 10:13:49 +01:00
parent f49b8d2fad
commit 6e01d46b40
2 changed files with 0 additions and 5 deletions

View File

@@ -51,7 +51,3 @@ Button {
.started #reset {
visibility: hidden
}
/* #timers:hover {
background: blue;
} */

View File

@@ -88,7 +88,6 @@ class StopwatchApp(App):
new_stopwatch = Stopwatch()
self.query_one("#timers").mount(new_stopwatch)
new_stopwatch.scroll_visible()
self.sub_title = str(len(self.query("Stopwatch")))
def action_remove_stopwatch(self) -> None:
"""Called to remove a timer."""