diff --git a/services/gunDB/contact-api/utils/index.js b/services/gunDB/contact-api/utils/index.js index d9cbaf26..5e4261dd 100644 --- a/services/gunDB/contact-api/utils/index.js +++ b/services/gunDB/contact-api/utils/index.js @@ -160,7 +160,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => { return resolvedValue } } catch (e) { - logger.error(e) + console.log(e) if (e.message === Constants.ErrorCode.NOT_AUTH) { throw e } @@ -192,7 +192,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => { return resolvedValue } } catch (e) { - logger.error(e) + console.log(e) if (e.message === Constants.ErrorCode.NOT_AUTH) { throw e }