diff --git a/services/gunDB/contact-api/events/onReceivedReqs.js b/services/gunDB/contact-api/events/onReceivedReqs.js index d73f1ce2..3a174069 100644 --- a/services/gunDB/contact-api/events/onReceivedReqs.js +++ b/services/gunDB/contact-api/events/onReceivedReqs.js @@ -95,7 +95,7 @@ const listenerForAddr = addr => data => { } console.log('data for address: ' + addr) - console.log(currAddressData) + console.log(JSON.stringify(data, null, 4)) react() }