DEV: Cleanup unrelated comment from development.rb (#20697)

This comment has nothing to do with the `eager_load` configuration. It must be left over from some historical refactoring. Removing to avoid confusion.
This commit is contained in:
David Taylor 2023-03-16 11:23:34 +00:00 committed by GitHub
parent 164b60cd07
commit 5d46a16ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ Discourse::Application.configure do
config.cache_classes = false
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
# Log error messages when you accidentally call methods on nil.
config.eager_load = false
# Use the schema_cache.yml file generated during db:migrate (via db:schema:cache:dump)