| Index: chrome/test/data/android/payments/free_shipping.js
|
| diff --git a/chrome/test/data/android/payments/free_shipping.js b/chrome/test/data/android/payments/free_shipping.js
|
| index 82042444e1dfa94f318356600bbca39bce49bf4c..dce4734370bd09f6e5fa29aa1a0a268d0fc08537 100644
|
| --- a/chrome/test/data/android/payments/free_shipping.js
|
| +++ b/chrome/test/data/android/payments/free_shipping.js
|
| @@ -28,7 +28,6 @@ function buy() { // eslint-disable-line no-unused-vars
|
| resp.complete('success')
|
| .then(function() {
|
| print(
|
| - JSON.stringify(resp.totalAmount, undefined, 2) + '<br>' +
|
| resp.shippingOption + '<br>' +
|
| JSON.stringify(
|
| toDictionary(resp.shippingAddress), undefined, 2) +
|
|
|