Skip to content

Commit 6e6db5d

Browse files
Remove "phase" comment
Co-authored-by: melange396 <[email protected]>
1 parent 86a1898 commit 6e6db5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/_limiter.py

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def _no_rate_limit() -> bool:
117117
# no rate limit if user is registered
118118
return True
119119

120-
# phase 3 (full api-keys behavior)
121120
multiples = get_multiples_count(request)
122121
if multiples < 0:
123122
# too many multiples

0 commit comments

Comments
 (0)