Commit 7974767b3c297c0e771d8bff6854ad916eae05cf

Authored by Antonio Terceiro
1 parent 53056ce2

Remove embarassing debug print

plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb
@@ -199,7 +199,6 @@ class ShoppingCartPluginController < PublicController @@ -199,7 +199,6 @@ class ShoppingCartPluginController < PublicController
199 199
200 def find_product(id) 200 def find_product(id)
201 begin 201 begin
202 - $stderr.puts '*********** ' + id.inspect  
203 product = Product.find(id) 202 product = Product.find(id)
204 rescue ActiveRecord::RecordNotFound 203 rescue ActiveRecord::RecordNotFound
205 render :text => { 204 render :text => {