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
|
||||
}
|
||||
|
||||
console.log('data')
|
||||
console.log(data)
|
||||
|
||||
if (typeof data !== 'object' || data === null) {
|
||||
currAddressData = {}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue