diff --git a/services/gunDB/contact-api/events/onReceivedReqs.js b/services/gunDB/contact-api/events/onReceivedReqs.js index 088764f8..5f12a132 100644 --- a/services/gunDB/contact-api/events/onReceivedReqs.js +++ b/services/gunDB/contact-api/events/onReceivedReqs.js @@ -77,9 +77,6 @@ const listenerForAddr = addr => data => { return } - console.log('data for address: ' + addr) - console.log(data) - if (typeof data !== 'object' || data === null) { currAddressData = {} } else { @@ -91,6 +88,9 @@ const listenerForAddr = addr => data => { } } + console.log('data for address: ' + addr) + console.log(currAddressData) + react() }