diff --git a/src/components/upsell/index.js b/src/components/upsell/index.js
index 342c12f0e5..53bbe6b2ec 100644
--- a/src/components/upsell/index.js
+++ b/src/components/upsell/index.js
@@ -179,7 +179,6 @@ export class UpsellSignIn extends Component {
const preferredSigninMethod = getItemFromStorage('preferred_signin_method');
if (isSigningIn) {
- console.log('bar');
return ;
} else {
const subtitle = view
diff --git a/src/views/splash/view.js b/src/views/splash/view.js
index 6f53658d9b..2bdf6053f3 100644
--- a/src/views/splash/view.js
+++ b/src/views/splash/view.js
@@ -388,7 +388,7 @@ export const Sell = props => {
Think of Spectrum as a new direct line to discovering what your
- audience want the most.
+ audience wants the most.
@@ -475,7 +475,7 @@ export const Yours = props => {
endless notifications.
- On Spectrum, you only have one account and the conversations that
+ On Spectrum you only have one account, and the conversations that
matter come to you in one simple feed — no matter which
community they're in.
diff --git a/src/views/userSettings/components/emailSettings.js b/src/views/userSettings/components/emailSettings.js
index 8cd8dc0051..710f4ed504 100644
--- a/src/views/userSettings/components/emailSettings.js
+++ b/src/views/userSettings/components/emailSettings.js
@@ -67,7 +67,6 @@ class EmailSettings extends Component {
render() {
const { currentUser: { settings: { notifications } } } = this.props;
const settings = parseNotificationTypes(notifications);
- console.log('settings', settings);
return (