Skip to content

Commit 0a1a7cf

Browse files
authored
fix: remove warning forest_application_url (#682)
close #648
1 parent 8f3793a commit 0a1a7cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/forest_liana/bootstrapper.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ def initialize(reset_api_map = false)
2828
"ForestLiana.forest_client_id is deprecated. It's not needed anymore."
2929
end
3030

31-
if Rails.application.secrets.forest_application_url
32-
FOREST_LOGGER.warn "DEPRECATION WARNING: The use of " \
33-
"The secret forest_application_url is deprecated. It's not needed anymore."
34-
end
35-
3631
unless Rails.application.config.action_controller.perform_caching || Rails.env.test?
3732
FOREST_LOGGER.error "You need to enable caching on your environment to use Forest Admin.\n" \
3833
"For a development environment, run: `rails dev:cache`"

0 commit comments

Comments
 (0)