Skip to content

Commit c113dfb

Browse files
author
Joe Seifi
committed
removed console.log
1 parent 211bb08 commit c113dfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

01-react-css3/solution/components/BuyStrip.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export class BuyStrip extends Component {
1515
const { totalPrice, confirmed } = this.props
1616
const formattedPrice = numeral(totalPrice).format('$0.00')
1717

18-
console.log(confirmed)
1918
return confirmed ?
2019
(
2120
<aside className="buy sold">

0 commit comments

Comments
 (0)