Skip to content

Commit fa6c734

Browse files
author
Artem
committed
Clean up after rebase
1 parent b528b9c commit fa6c734

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

demo/peacock/src/components/cart/cart.jsx

-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ class Cart extends Component {
7474
}
7575

7676
componentWillReceiveProps(nextProps: Props) {
77-
console.log('receiving props');
78-
console.log('applePayAvailable from next ->', nextProps.applePayAvailable);
79-
console.log('applePayAvailable -> ', this.props.applePayAvailable);
8077
if (this.props.applePayAvailable !== nextProps.applePayAvailable) {
8178
this.props.checkApplePay();
8279
}

demo/peacock/yarn.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
33

4-
"@foxcomm/api-js@^1.2.1":
4+
5+
"@foxcomm/api-js@^1.2.0", "@foxcomm/api-js@^1.2.1":
56
version "1.2.1"
67
resolved "https://npm.foxcommerce.com:4873/@foxcomm%2fapi-js/-/api-js-1.2.1.tgz#0a099a15a4dffb32ab61d3eefd1ecb78299b088d"
78
dependencies:

0 commit comments

Comments
 (0)