We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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( ...@@ -230,7 +230,6 @@ define(
window.location.replace(url.build(window.checkoutConfig.payment[quote.paymentMethod().method].redirectUrl)); window.location.replace(url.build(window.checkoutConfig.payment[quote.paymentMethod().method].redirectUrl));
} }
); );
// debugger;;
return true; return true;
} }
return false; return false;
...@@ -253,7 +252,6 @@ define( ...@@ -253,7 +252,6 @@ define(
return self.afterPlaceOrder(); // needed for placeOrder method return self.afterPlaceOrder(); // needed for placeOrder method
}, },
getPlaceOrderDeferredObject: function () { getPlaceOrderDeferredObject: function () {
// debugger;;
return $.when( return $.when(
placeOrderAction(this.getData(), this.getMessageContainer()) 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