Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
spencern authored Oct 7, 2017
1 parent 36f3643 commit 51ca34d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class OrderFilter extends Component {
}

shippingLabel() {
console.log("this.state.shippingLabel", this.state.shippingLabel);
if (this.state.classNames.shipping === "active") {
return (
<Components.Translation
Expand Down

0 comments on commit 51ca34d

Please sign in to comment.