Skip to content

Commit 2dd9feb

Browse files
authored
Merge pull request #1924 from Shopify/drop_warning
Drop log_v23_deprecations console warning
2 parents f9a8683 + 831c029 commit 2dd9feb

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

lib/shopify_app/configuration.rb

-21
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def initialize
6262
@webhooks_manager_queue_name = Rails.application.config.active_job.queue_name
6363
@disable_webpacker = ENV["SHOPIFY_APP_DISABLE_WEBPACKER"].present?
6464
@scope = []
65-
66-
log_v23_deprecations
6765
end
6866

6967
def login_url
@@ -165,25 +163,6 @@ def post_authenticate_tasks
165163
task_class
166164
end
167165
end
168-
169-
private
170-
171-
def log_v23_deprecations
172-
return unless Rails.env.development?
173-
174-
# TODO: Remove this before releasing v23.0.0
175-
message = <<~EOS
176-
================================================
177-
=> Upcoming changes in v23.0:
178-
* 'CallbackController::perform_after_authenticate_job' and related methods 'install_webhooks', 'perform_after_authenticate_job'
179-
* are deprecated and will be removed from CallbackController in the next major release. If you need to customize
180-
* post authentication tasks, see https://github.com/Shopify/shopify_app/blob/main/docs/shopify_app/authentication.md#post-authenticate-tasks
181-
182-
* ShopifyApp::JWTMiddleware will be removed, use ShopifyApp::WithShopifyIdToken instead.
183-
================================================
184-
EOS
185-
puts message
186-
end
187166
end
188167

189168
class BillingConfiguration

0 commit comments

Comments
 (0)