Skip to content

Commit 73f198a

Browse files
committed
debug clear up
1 parent 271c924 commit 73f198a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ninja_extra/throttling/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,5 @@ def get_cache_key(self, request: HttpRequest) -> Optional[str]:
243243
ident = request.user.pk
244244
else:
245245
ident = self.get_ident(request)
246-
print("ident: ", ident)
247246

248247
return self.cache_format % {"scope": self.scope, "ident": ident}

0 commit comments

Comments
 (0)