From 5d46a16ca5159da190397a38fe87cfc655bc4c7d Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 16 Mar 2023 11:23:34 +0000 Subject: [PATCH] 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. --- config/environments/development.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 62b3dd2843..cf50de16a2 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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)