diff --git a/src/redturtle/prenotazioni/browser/prenotazioni_context_state.py b/src/redturtle/prenotazioni/browser/prenotazioni_context_state.py index 30ddb773..b44b2c1a 100644 --- a/src/redturtle/prenotazioni/browser/prenotazioni_context_state.py +++ b/src/redturtle/prenotazioni/browser/prenotazioni_context_state.py @@ -78,10 +78,6 @@ def user_can_search(self): """States if the user can see the search button""" return self.user_can_manage - @property - def user_exeed_limit(self): - """Check if user did not exceed the bookings limit""" - @property @memoize def booker(self):