Commit 7974767b3c297c0e771d8bff6854ad916eae05cf
1 parent
53056ce2
Exists in
master
and in
22 other branches
Remove embarassing debug print
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
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 => { |