From da241a4eee4ef98df3f386891e13118f78772802 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 10 Apr 2014 17:26:00 +1000 Subject: [PATCH] Removing some debugging --- app/views/shop/checkout/_summary.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/shop/checkout/_summary.html.haml b/app/views/shop/checkout/_summary.html.haml index 97ec4984cd..730263a249 100644 --- a/app/views/shop/checkout/_summary.html.haml +++ b/app/views/shop/checkout/_summary.html.haml @@ -1,7 +1,5 @@ %orderdetails = form_for current_order, url: "#", html: {"ng-submit" => "purchase($event)"} do |f| - - {{ Order.errors }} %fieldset %legend Your Order %table