mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 14:53:08 +00:00
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…
x
Reference in New Issue
Block a user