File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ def initialize
62
62
@webhooks_manager_queue_name = Rails . application . config . active_job . queue_name
63
63
@disable_webpacker = ENV [ "SHOPIFY_APP_DISABLE_WEBPACKER" ] . present?
64
64
@scope = [ ]
65
-
66
- log_v23_deprecations
67
65
end
68
66
69
67
def login_url
@@ -165,25 +163,6 @@ def post_authenticate_tasks
165
163
task_class
166
164
end
167
165
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
187
166
end
188
167
189
168
class BillingConfiguration
You can’t perform that action at this time.
0 commit comments