logging
This commit is contained in:
parent
c8675f5cfe
commit
80481f77fe
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ const listenerForAddr = addr => data => {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('data')
|
||||||
|
console.log(data)
|
||||||
|
|
||||||
if (typeof data !== 'object' || data === null) {
|
if (typeof data !== 'object' || data === null) {
|
||||||
currAddressData = {}
|
currAddressData = {}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue