We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f17f2e commit 6e59b4fCopy full SHA for 6e59b4f
web/app/controllers/products_controller.rb
@@ -5,7 +5,6 @@ class ProductsController < AuthenticatedController
5
def count
6
product_count = ShopifyAPI::Product.count.body
7
ShopifyAPI::Logger.info("Retrieved product count: #{product_count["count"]}")
8
- # logger.info("Retrieved productcount: #{error}")
9
render(json: product_count)
10
end
11
0 commit comments