mirror of https://github.com/waku-org/js-waku.git
test: reduce log verbosity
This commit is contained in:
parent
584fe29b39
commit
862a33f239
|
@ -407,7 +407,7 @@ export class Nwaku {
|
|||
headers: new Headers({ "Content-Type": "application/json" }),
|
||||
});
|
||||
const json = await res.json();
|
||||
log(`RPC Response: `, res, JSON.stringify(json));
|
||||
log(`RPC Response: `, JSON.stringify(json));
|
||||
return json.result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue