We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271c924 commit 73f198aCopy full SHA for 73f198a
ninja_extra/throttling/model.py
@@ -243,6 +243,5 @@ def get_cache_key(self, request: HttpRequest) -> Optional[str]:
243
ident = request.user.pk
244
else:
245
ident = self.get_ident(request)
246
- print("ident: ", ident)
247
248
return self.cache_format % {"scope": self.scope, "ident": ident}
0 commit comments