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 199  
200 200 def find_product(id)
201 201 begin
202   - $stderr.puts '*********** ' + id.inspect
203 202 product = Product.find(id)
204 203 rescue ActiveRecord::RecordNotFound
205 204 render :text => {
... ...