Skip to content

Commit 6e59b4f

Browse files
rollback
1 parent 6f17f2e commit 6e59b4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/app/controllers/products_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class ProductsController < AuthenticatedController
55
def count
66
product_count = ShopifyAPI::Product.count.body
77
ShopifyAPI::Logger.info("Retrieved product count: #{product_count["count"]}")
8-
# logger.info("Retrieved productcount: #{error}")
98
render(json: product_count)
109
end
1110

0 commit comments

Comments
 (0)