removing comments that would cause bug

This commit is contained in:
A Rodian Jedi 2024-10-20 16:50:25 -06:00
parent 17359b7ef3
commit b3cc2fdbf9

View file

@ -125,8 +125,6 @@ class Limiter:
"""
_, tokens = self.advance(t)
# tokens += self.tokens
# tokens = min(float(self.burst), tokens)
return tokens >= count