Skip to content

Commit

Permalink
Merge pull request #1237 from jbruni/patch-2
Browse files Browse the repository at this point in the history
Fix ESLint "no-console" warning
  • Loading branch information
mattolson authored May 18, 2018
2 parents f89e96b + cac1c84 commit 829a4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/common/product-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class ProductDetails {
}
}
} catch (e) {
console.error(e);
console.error(e); // eslint-disable-line no-console
}
return formData;
}
Expand Down

0 comments on commit 829a4ab

Please sign in to comment.