From 861178d52abcc617af47b21fc4ff54380505cb45 Mon Sep 17 00:00:00 2001 From: meriadec Date: Tue, 22 May 2018 18:13:44 +0200 Subject: [PATCH] Prettier and clean --- src/helpers/getAddressForCurrency/index.js | 3 ++- src/internals/index.js | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/getAddressForCurrency/index.js b/src/helpers/getAddressForCurrency/index.js index 329657b5..b96813e3 100644 --- a/src/helpers/getAddressForCurrency/index.js +++ b/src/helpers/getAddressForCurrency/index.js @@ -26,6 +26,7 @@ const all = { ethereum_classic_testnet: ethereum, } -const getAddressForCurrency: Module = (currencyId: string) => all[currencyId] || fallback(currencyId) +const getAddressForCurrency: Module = (currencyId: string) => + all[currencyId] || fallback(currencyId) export default getAddressForCurrency diff --git a/src/internals/index.js b/src/internals/index.js index 88a8ca08..4cc59b34 100644 --- a/src/internals/index.js +++ b/src/internals/index.js @@ -24,7 +24,6 @@ if (handlers.default) { } process.on('message', payload => { - console.log(payload) if (payload.data && payload.data.requestId) { const { data, requestId, id } = payload.data // this is the new type of "command" payload!