diff --git a/src/pyj/read_book/touch.pyj b/src/pyj/read_book/touch.pyj index 7bfe79eda2..9c69682a39 100644 --- a/src/pyj/read_book/touch.pyj +++ b/src/pyj/read_book/touch.pyj @@ -96,7 +96,6 @@ class TouchHandler: def prune_expired_touches(self): now = window.performance.now() expired = v'[]' - ans = False for tid in self.ongoing_touches: t = self.ongoing_touches[tid] if t.active: