mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 07:23:15 +08:00
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:
parent
164b60cd07
commit
5d46a16ca5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user