diff --git a/client/components/email-verification/email-verification-dialog/index.jsx b/client/components/email-verification/email-verification-dialog/index.jsx index b986046e562cd..f6d3de7b42ae2 100644 --- a/client/components/email-verification/email-verification-dialog/index.jsx +++ b/client/components/email-verification/email-verification-dialog/index.jsx @@ -4,7 +4,6 @@ import { get, includes } from 'lodash'; import PropTypes from 'prop-types'; import { Component } from 'react'; import { connect } from 'react-redux'; -import { emailFormEventEmitter } from 'calypso/me/account/account-email-field'; import { verifyEmail, resetVerifyEmailState, @@ -67,7 +66,7 @@ class VerifyEmailDialog extends Component { if ( this.props.currentRoute !== changeEmailRoute ) { return ; } - // If we are already on /me/account, close the dialog and dispatch a signal to focus the input. + // If we are already on /me/account, close the dialog. return (