Skip to content

Commit

Permalink
Merge pull request #14 from philipabak/update-issue
Browse files Browse the repository at this point in the history
rollback
  • Loading branch information
fullstackdev48 committed May 13, 2024
2 parents 6337a6d + 6e59b4f commit 39ef116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/app/controllers/products_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class ProductsController < AuthenticatedController
def count
product_count = ShopifyAPI::Product.count.body
ShopifyAPI::Logger.info("Retrieved product count: #{product_count["count"]}")
# logger.info("Retrieved productcount: #{error}")
render(json: product_count)
end

Expand Down

0 comments on commit 39ef116

Please sign in to comment.