Commit 8701ecc9 by dhn

去除打印

parent 7ab0ea0b
...@@ -67,7 +67,6 @@ define([ ...@@ -67,7 +67,6 @@ define([
totals.getItems().subscribe(function (items) { totals.getItems().subscribe(function (items) {
this.setItems(items); this.setItems(items);
}.bind(this)); }.bind(this));
console.log(totals.totals())
}, },
getFormattedPrice: function (price) { getFormattedPrice: function (price) {
return priceUtils.formatPrice(price, quote.getPriceFormat()); return priceUtils.formatPrice(price, quote.getPriceFormat());
......
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