We will be off on April 7th (Monday) for public holiday in our country

Commit d2458081 authored by Rik ter Beek's avatar Rik ter Beek

remove commented debugger statements

parent 471d4842
......@@ -230,7 +230,6 @@ define(
window.location.replace(url.build(window.checkoutConfig.payment[quote.paymentMethod().method].redirectUrl));
}
);
// debugger;;
return true;
}
return false;
......@@ -253,7 +252,6 @@ define(
return self.afterPlaceOrder(); // needed for placeOrder method
},
getPlaceOrderDeferredObject: function () {
// debugger;;
return $.when(
placeOrderAction(this.getData(), this.getMessageContainer())
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment