better logging
This commit is contained in:
parent
1d5211783a
commit
a7fb6dd508
1 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue