settings: Remove misleading and irrelevant comment.

This comment was _originally_ for the `default` memcached cache, back
when it was added all of the way back in 0a84d7ac62.  9e64750083
made it a lie, and edc718951c made it even more confusing when it
removed the `default` cache configuration block, leaving the wrong
comment next to the wrong cache configuration block.

Banish the comment.
This commit is contained in:
Alex Vandiver 2022-04-13 22:20:25 -07:00 committed by Tim Abbott
parent 9030d53acb
commit 7cc9b93b91
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ RATE_LIMITING_AUTHENTICATE = False
# real app.
USING_RABBITMQ = False
# Disable use of memcached for caching
CACHES["database"] = {
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
"LOCATION": "zulip-database-test-cache",