diff --git a/src/helpers/utils.js b/src/helpers/utils.js index 44b9ac6fd..c54251f4c 100644 --- a/src/helpers/utils.js +++ b/src/helpers/utils.js @@ -3,7 +3,6 @@ */ import _ from 'lodash' import moment from 'moment' -import { logger } from '../../logger/logger' /** * Finds the difference between two objects. @@ -57,7 +56,6 @@ export const compareEmail = (email1, email2, options = { UNIQUE_GMAIL_VALIDATION */ export const compareHandles = (handle1, handle2) => { if (handle1 === undefined || handle2 === undefined || handle1 === null || handle2 === null ) { - logger.info(`Comparing: ${handle1} to ${handle2}`) return false } let h1 = handle1